Bug fixes
This commit is contained in:
DJj123dj
2022-03-31 18:38:49 +02:00
parent 21e3a88b87
commit 8cab4cc686
8 changed files with 133 additions and 33 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = () => {
.setColor(config.main_color)
.setTitle("How to reset the database:")
.setDescription("1: Go to the folder `./storage` in your bot's directory.\n\n2: If posible remove the folders\n`./tickets`, `./transcripts` & `./userTickets`\nfrom the folder `./storage`\n\n3: Restart the bot")
.setFooter("if it doesn't work, create an issue on github or DM me on discord!")
.setFooter({text:"if it doesn't work, create an issue on github or DM me on discord!"})
msg.channel.send({embeds:[databaseEmbed]})
}