Skip to content

Commit

Permalink
Didn't realise this was part of the command description, fancy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss authored and andrewj-brown committed Mar 9, 2024
1 parent d15a613 commit 5c2e6bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions uqcsbot/cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def __init__(self, bot: commands.Bot):
@app_commands.command()
async def cat(self, interaction: discord.Interaction):
"""
Displays the moss cat and occasionally the lichen cat. Brings torture
to CSSE2310 students.
Displays the moss cat. Brings torture to CSSE2310 students.
"""

if randrange(0, 100) == 0:
Expand Down

0 comments on commit 5c2e6bc

Please sign in to comment.