Merge branch 'main' into 'dev'

Dev sync

See merge request stark-industries/jarvis/jarvis-bot!69
This commit is contained in:
Zeva Rose 2022-06-21 20:17:57 +00:00
commit b207006caf
2 changed files with 2 additions and 2 deletions

View file

@ -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(
"""

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "jarvis"
version = "2.1.0"
version = "2.1.1"
description = "JARVIS admin bot"
authors = ["Zevaryx <zevaryx@gmail.com>"]