Finished Nuts/Honor/Quotes

This commit is contained in:
DeSqBlocki
2024-08-03 12:33:15 +02:00
parent 2925fb59dd
commit 9dac81db9b
19 changed files with 984 additions and 343 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
name: 'DistubeError',
once: true,
async execute(channel, error) {
console.log({
channel: channel,
error: error
})
}
}