diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 7b47be6..37b1ff5 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -36,7 +36,7 @@ jarvis = commands.Bot( ) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.1.1" +__version__ = "1.2.0" db = DBManager(get_config().mongo).mongo