Cleanup some unused debug commands and arguments

This commit is contained in:
2022-09-16 23:08:50 +02:00
parent a55ce1b5ff
commit f211f4976f
2 changed files with 0 additions and 56 deletions

View File

@@ -73,13 +73,5 @@ module.exports = {
});
return;
}
if (type === 'debug') {
interaction.editReply({
content: 'Debug DEBUG',
ephemeral: true
});
return;
}
}
}