Fix small typo
This commit is contained in:
parent
1696d10432
commit
e220c115c0
1 changed files with 1 additions and 1 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(
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue