Merge branch 'main' into 'dev'
Dev sync See merge request stark-industries/jarvis/jarvis-bot!69
This commit is contained in:
commit
b207006caf
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
async def _privacy_terms(self, ctx: InteractionContext) -> None:
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "jarvis"
|
name = "jarvis"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
description = "JARVIS admin bot"
|
description = "JARVIS admin bot"
|
||||||
authors = ["Zevaryx <zevaryx@gmail.com>"]
|
authors = ["Zevaryx <zevaryx@gmail.com>"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue