minor enhancements / action channel manager
This commit is contained in:
4 files changed
+109
-6
No files matched your search
@@ -41,8 +41,6 @@ module.exports = {
|
||||
interaction.send({ embeds: [message], components: [row] });
|
||||
|
||||
client.once("interactionCreate", ButtonInteraction => {
|
||||
if (ButtonInteraction.message.interaction &&
|
||||
ButtonInteraction.message.interaction.commandName!='removetweetchannel') return;
|
||||
let queryString = ButtonInteraction.customId;
|
||||
let action = ''
|
||||
if (queryString=='yes') {
|
||||
|
||||
Reference in new issue
Block a user