From c2b354dde6d2036dc4abf72a1b0e0841f242aff3 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Fri, 6 Aug 2021 20:27:11 -0600 Subject: [PATCH] Version bump --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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