mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
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
|
// wait until webhooks exist lol
|
||||||
//const successful = await webhookHelper.sendMessageAsMember(message, content);
|
//const successful = await webhookHelper.sendMessageAsMember(message, content);
|
||||||
// if (!successful) return;
|
// if (!successful) return;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const commandName = content.slice(messageHelper.prefix.length).split(" ")[0];
|
const commandName = content.slice(messageHelper.prefix.length).split(" ")[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user