diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index d38ac79..fef16d6 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( """ 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 "]