This commit is contained in:
Joren 2024-07-06 20:44:16 +02:00
parent 7eebc01816
commit 2a42301c25
Signed by: Joren
GPG Key ID: 280E33DFBC0F1B55

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