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