diff --git a/jarvis/__init__.py b/jarvis/__init__.py index cc2f332..953ec4d 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -35,7 +35,7 @@ jarvis = commands.Bot( ) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.0.0" +__version__ = "1.0.1" db = DBManager(get_config().mongo).mongo