This commit is contained in:
deathbybandaid 2022-02-22 15:25:45 -05:00
parent a103b2231b
commit 4826c6fe7f

View File

@ -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]