From e220c115c02a1bcdee556d6eefcd30b56eb5549c Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sat, 28 May 2022 18:45:42 -0600 Subject: [PATCH 1/2] Fix small typo --- jarvis/cogs/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index aeae54d..5aef725 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -386,7 +386,7 @@ We'll help as best we can with whatever issues you encounter. """ ) - @slash_command(name="privacy_terms", description="View Privacy and Terms of User") + @slash_command(name="privacy_terms", description="View Privacy and Terms of Use") async def _privacy_terms(self, ctx: InteractionContext) -> None: await ctx.send( """ From 4ba9a5e5b0a3112a570db2b37c16ba28fdd4926b Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Tue, 21 Jun 2022 20:17:04 +0000 Subject: [PATCH 2/2] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c977cde..d0dca4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jarvis" -version = "2.1.0" +version = "2.1.1" description = "JARVIS admin bot" authors = ["Zevaryx "]