lintageddon 1

This commit is contained in:
Josh Burman
2020-02-03 16:05:24 -05:00
parent efa28482de
commit cd876ccfcb
13 changed files with 39 additions and 46 deletions

View File

@ -17,8 +17,8 @@ class Validations {
}
constructor(message: any) {
if (message.channel_type == 'custom') {
let conditions = message.conditions
if (message.channel_type === 'custom') {
let conditions = message.conditions;
}
}
}