v1.3.1
Bug fixes
This commit is contained in:
@@ -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]})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user