Fixed comments
This commit is contained in:
parent
b136365477
commit
aa0e484dce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
type Userish interface {
|
||||
ID() discord.UserID
|
||||
Username() string
|
||||
DisplayName() string // The added method for getting the display name
|
||||
DisplayName() string
|
||||
}
|
||||
|
||||
// memberUser adapts a discord.Member to the Userish interface.
|
||||
|
|
Loading…
Add table
Reference in a new issue