bots: fix language selection

you may have to re-apply your language choice.
This commit is contained in:
Harvey Tindall
2022-01-14 17:01:42 +00:00
parent 32af107699
commit 25a1ca5a9f
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -122,7 +122,6 @@ func (d *DiscordDaemon) ListRoles() (roles [][2]string, err error) {
return
}
for _, role := range r {
fmt.Println(d.username)
if role.Name != d.username && role.Name != "@everyone" {
roles = append(roles, [2]string{role.ID, role.Name})
}