This commit is contained in:
2024-07-06 20:44:16 +02:00
parent 7eebc01816
commit 2a42301c25

View File

@@ -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()
} }
} }