player track event handler

This commit is contained in:
SowinskiBraeden committed 2023-06-19 21:34:37 -07:00
1 parent 90fc4f78fb
commit 66a6d8120d
5 files changed
+188 -3

No files matched your search

+1 -1
View File
@@ -454,7 +454,7 @@ module.exports = {
case 'reset':
const promptReset = new EmbedBuilder()
.setTitle(`Woah!? Hold on.`)
.setDescruotion('Are you sure you wish to remove all your configurations for this guild?')
.setDescription('Are you sure you wish to remove all your configurations for this guild?')
.setColor(client.config.Colors.Default)
const optReset = new ActionRowBuilder()