forked from Supositware/Haha-Yes
put a space
This commit is contained in:
parent
dcb84188d3
commit
2337047752
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue