diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 4873a2f..2bdb0c2 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.2.2" +__version__ = "1.3.0" db = DBManager(get_config().mongo).mongo