mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Removed {} from if statement.
This commit is contained in:
parent
52667c4796
commit
7a0bfa8a95
@ -77,9 +77,7 @@ export default {
|
||||
'742324777934520350', // #discord-moderators
|
||||
]
|
||||
const gifURL = ['tenor.com/view', 'giphy.com/gifs', 'giphy.com/media']
|
||||
if (gifURL.some(e=>message.content.toLowerCase().includes(e)) && bannedChannels.includes(message.channelId)) {
|
||||
message.reply('Gifs are not allowed in this channel.').then((msg: any)=>message.delete())
|
||||
}
|
||||
if (gifURL.some(e=>message.content.toLowerCase().includes(e)) && bannedChannels.includes(message.channelId)) message.reply('Gifs are not allowed in this channel.').then((msg)=>message.delete())
|
||||
|
||||
// Autoresponse:tm:
|
||||
if (client.config.botSwitches.autores && !automodded) {
|
||||
|
Loading…
Reference in New Issue
Block a user