Compare commits
2 Commits
ImplDiscor
...
2a42301c25
Author | SHA1 | Date | |
---|---|---|---|
2a42301c25
|
|||
7eebc01816 |
2
main.go
2
main.go
@ -113,7 +113,6 @@ func getUsernameFromMember(member *discordgo.Member) string {
|
|||||||
return userName
|
return userName
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var (
|
var (
|
||||||
commands = []discordgo.ApplicationCommand{
|
commands = []discordgo.ApplicationCommand{
|
||||||
{
|
{
|
||||||
@ -441,4 +440,3 @@ func main() {
|
|||||||
db.Close()
|
db.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user