put a space

This commit is contained in:
loicbersier 2019-09-13 18:51:16 +02:00
parent dcb84188d3
commit 2337047752

View file

@ -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()}});