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,