Fixed comments
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
|||||||
type Userish interface {
|
type Userish interface {
|
||||||
ID() discord.UserID
|
ID() discord.UserID
|
||||||
Username() string
|
Username() string
|
||||||
DisplayName() string // The added method for getting the display name
|
DisplayName() string
|
||||||
}
|
}
|
||||||
|
|
||||||
// memberUser adapts a discord.Member to the Userish interface.
|
// memberUser adapts a discord.Member to the Userish interface.
|
||||||
|
Reference in New Issue
Block a user