416rehman / splite

SPLITE - Discord Bot with Slash Command Handler and Endpoint Handler, supporting AI, Music, Moderation, and more!
GNU General Public License v3.0
104 stars 29 forks source link

confessions is not defined #8

Closed shazelrasya closed 2 years ago

shazelrasya commented 2 years ago

when someone invite the bot to their guilds there's an error in console log, idk what caused this error

ReferenceError: confessions is not defined at utils.js and guildCreate.js

416rehman commented 2 years ago

Fixed in 4c527a7869c823b11856d0a16e7acc421cdf2be8

The issue was being caused because I was still using the old createSlashCommands function to register slash commands manually in utils.js from before the rewrite for discordjs v13.