This commit is contained in:
deathbybandaid 2022-02-12 12:11:55 -05:00
parent c78495320c
commit 06be1de351

View File

@ -28,7 +28,7 @@ def prerun_command():
trigger_command_type = str("command") trigger_command_type = str("command")
get_commands() get_commands(bot, trigger)
# Primary command used for trigger, and a list of all words # Primary command used for trigger, and a list of all words
trigger_args, trigger_command, trigger_prefix = make_trigger_args(trigger.args[1], trigger_command_type) trigger_args, trigger_command, trigger_prefix = make_trigger_args(trigger.args[1], trigger_command_type)