test
This commit is contained in:
parent
a103b2231b
commit
4826c6fe7f
@ -149,6 +149,8 @@ class Commands():
|
||||
|
||||
for full_trigger_str in triggers:
|
||||
|
||||
if not full_trigger_str.isspace():
|
||||
|
||||
if full_trigger_str.startswith(tuple(self.config.prefix_list)):
|
||||
trigger_type = "command"
|
||||
trigger_prefix = full_trigger_str[0]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user