Skip to content

Commit

Permalink
Fix bug 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Jun 15, 2023
1 parent a626614 commit 4ce510a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

__name__ = "rustplus"
__author__ = "olijeffers0n"
__version__ = "5.6.5"
__version__ = "5.6.6"
__support__ = "Discord: https://discord.gg/nQqJe8qvP8"
2 changes: 1 addition & 1 deletion rustplus/commands/command_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ce510a

Please sign in to comment.