diff --git a/jarvis/__init__.py b/jarvis/__init__.py index a45602d..4c99c1a 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -23,7 +23,7 @@ restart_ctx = None jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "0.5.0" +__version__ = "0.6.0" @jarvis.event