fixed
This commit is contained in:
parent
d31c4e4300
commit
afcb092280
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class messageListener extends Listener {
|
||||||
|
|
||||||
async exec(message) {
|
async exec(message) {
|
||||||
//I FUCKING HATE THIS GIF PLS KILL ME
|
//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' || 'https://cdn.discordapp.com/attachments/532980995767533568/563811117202145292/meme.gif'))
|
if (message.guild.id== '482734525563273216' && message.content.includes('https://media.discordapp.net/attachments/532980995767533568/561977366977445889/meme.gif' || message.content.includes('https://cdn.discordapp.com/attachments/532980995767533568/563811117202145292/meme.gif')))
|
||||||
return message.delete();
|
return message.delete();
|
||||||
//Yes i will remove it soon anyway its nothing serious
|
//Yes i will remove it soon anyway its nothing serious
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue