Fixed comments

This commit is contained in:
Atridad Lahiji 2023-12-29 14:19:40 -07:00
parent b136365477
commit aa0e484dce
No known key found for this signature in database

View file

@ -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.