lintageddon 1
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user