diff --git a/JJMumbleBot/plugins/core/core_commands/core_commands.py b/JJMumbleBot/plugins/core/core_commands/core_commands.py index 68f7b590..01d38dd4 100644 --- a/JJMumbleBot/plugins/core/core_commands/core_commands.py +++ b/JJMumbleBot/plugins/core/core_commands/core_commands.py @@ -233,7 +233,7 @@ def cmd_help(self, data): log(INFO, f"Displayed help screen for {plugin_name} in the channel.", origin=L_COMMAND) def cmd_setalias(self, data): - all_data = data.message.strip().split(' ', 3) + all_data = data.message.strip().split(' ', 2) if len(all_data) < 3: GS.gui_service.quick_gui( f"Incorrect Formatting!
"