Cleanup some unused debug commands and arguments
This commit is contained in:
@@ -73,13 +73,5 @@ module.exports = {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (type === 'debug') {
|
||||
interaction.editReply({
|
||||
content: 'Debug DEBUG',
|
||||
ephemeral: true
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user