dosent put response in lowrcase
This commit is contained in:
parent
26ac518c6d
commit
d63be4b80d
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ module.exports = class CustomResponseCommand extends Command {
|
|||
return message.channel.send("You are blacklisted")
|
||||
|
||||
trigger = trigger.toLowerCase();
|
||||
response = response.toLowerCase()
|
||||
do {
|
||||
trigger = trigger.replace('--', ' ')
|
||||
} while (trigger.includes('--'))
|
||||
|
|
Loading…
Reference in a new issue