just renamed 2 functions

This commit is contained in:
2024-02-19 14:55:14 +01:00
parent 07f4de78e4
commit 9001c734ae
3 changed files with 4 additions and 4 deletions

View File

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