diff --git a/discord/ext/slash/__init__.py b/discord/ext/slash/__init__.py index fb03cb6..2a32054 100644 --- a/discord/ext/slash/__init__.py +++ b/discord/ext/slash/__init__.py @@ -81,7 +81,7 @@ async def repeat( # command name 'SlashBot' ] -__version__ = '0.5.0' +__version__ = '0.5.1' class SlashWarning(UserWarning): """Watch out, this may cause problems down the line."""