forked from PluralFlux/PluralFlux
return if matches proxy (until webhooks exist)
This commit is contained in:
1
bot.js
1
bot.js
@@ -26,6 +26,7 @@ client.on(Events.MessageCreate, async (message) => {
|
||||
// wait until webhooks exist lol
|
||||
//const successful = await webhookHelper.sendMessageAsMember(message, content);
|
||||
// if (!successful) return;
|
||||
return;
|
||||
}
|
||||
|
||||
const commandName = content.slice(messageHelper.prefix.length).split(" ")[0];
|
||||
|
||||
Reference in New Issue
Block a user