1
0
Fork 0

disable quotation because i made it like ass

akairo
loicbersier 5 years ago
parent 0ad53eac4b
commit d64285b3df

@ -237,6 +237,7 @@ class messageListener extends Listener {
* This section will contain the code for the quotation feature, it will detect link for it and send it as embed * This section will contain the code for the quotation feature, it will detect link for it and send it as embed
* *
*/ */
/*
const quotationstat = await quotationStat.findOne({where: {serverID: message.guild.id, stat: 'enable'}}); const quotationstat = await quotationStat.findOne({where: {serverID: message.guild.id, stat: 'enable'}});
if (quotationstat && message.content.includes('discordapp.com/channels/')) { if (quotationstat && message.content.includes('discordapp.com/channels/')) {
@ -275,6 +276,7 @@ class messageListener extends Listener {
message.delete(); message.delete();
}); });
} }
*/
} }
} }

Loading…
Cancel
Save