From 4ce510afad1e44ab4be81ce2f23d855b9ecc70ca Mon Sep 17 00:00:00 2001 From: Ollie <69084614+olijeffers0n@users.noreply.github.com> Date: Thu, 15 Jun 2023 20:50:33 +0100 Subject: [PATCH] Fix bug :bug: --- rustplus/__init__.py | 2 +- rustplus/commands/command_handler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rustplus/__init__.py b/rustplus/__init__.py index 78b18a0..6e8ef1e 100644 --- a/rustplus/__init__.py +++ b/rustplus/__init__.py @@ -22,5 +22,5 @@ __name__ = "rustplus" __author__ = "olijeffers0n" -__version__ = "5.6.5" +__version__ = "5.6.6" __support__ = "Discord: https://discord.gg/nQqJe8qvP8" diff --git a/rustplus/commands/command_handler.py b/rustplus/commands/command_handler.py index c921d30..960f506 100644 --- a/rustplus/commands/command_handler.py +++ b/rustplus/commands/command_handler.py @@ -44,7 +44,7 @@ async def run_command(self, message: RustChatMessage, prefix) -> None: # or if it matches the callable function if command in data.aliases or data.callable_func(command): - data.coro( + await data.coro( Command( message.name, message.steam_id,