a7a
This commit is contained in:
parent
666477a152
commit
1ba15e1fbc
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ class messageListener extends Listener {
|
|||
}
|
||||
|
||||
async exec(message) {
|
||||
//I FUCKING HATE THIS GIF PLS KILL ME
|
||||
if (message.guild.id== '482734525563273216' && message.content.includes('https://media.discordapp.net/attachments/532980995767533568/561977366977445889/meme.gif'))
|
||||
return message.delete();
|
||||
//Yes i will remove it soon anyway its nothing serious
|
||||
|
||||
if (message.author.bot) return; {
|
||||
let autoresponse = reload('../../json/autoresponse.json');
|
||||
let message_content = message.content.toLowerCase();
|
||||
|
|
Loading…
Reference in a new issue