1
0
Fork 0

put a space

akairo
loicbersier 5 years ago
parent dcb84188d3
commit 2337047752

@ -55,7 +55,7 @@ class messageListener extends Listener {
}
// If autoresponse is enable send the response
if(autoresponseStat.get('stat') == 'enable' && autoresponseStat.get('serverID') == message.guild.id) {
if (autoresponseStat.get('stat') == 'enable' && autoresponseStat.get('serverID') == message.guild.id) {
// Reply with images as attachement
const autoresponse = await autoResponse.findOne({where: {trigger: message.content.toLowerCase()}});

Loading…
Cancel
Save