diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 968183b..18b246d 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -44,7 +44,7 @@ jarvis = commands.Bot( slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) jarvis_self = Process() -__version__ = "1.10.3" +__version__ = "1.10.4" @jarvis.event