using UUIDs for tag command

This commit is contained in:
2024-02-19 12:40:19 +01:00
parent 8fb88677c3
commit f98b55480c
5 changed files with 58 additions and 36 deletions

View File

@@ -32,6 +32,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
initTable()
discord, err := discordgo.New("Bot " + os.Getenv("BOT_TOKEN"))
if err != nil {