From 099b6b4baf56885932e5ff2ee009fafdab81da34 Mon Sep 17 00:00:00 2001 From: Hemanth Nandipati Date: Sat, 7 Oct 2023 10:44:18 +0000 Subject: [PATCH] add sauce --- cogs/utils.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/cogs/utils.py b/cogs/utils.py index aa1a3fa..4b6a4ea 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -127,15 +127,12 @@ async def eval(self, ctx, *, code: str): del args, code, silent + @commands.command(pass_context=True) # purge command for deleting messages - @commands.has_permissions(administrator=True) - async def purge(self, ctx, limit: int): - try: - await ctx.channel.purge(limit=limit) - await ctx.send('Cleared by {}'.format(ctx.author.mention), delete_after=3) - except: - await ctx.send('Unknown Error, perhaps check permissions?') - + async def sauce(self, ctx): + ctx.send("send puww wequest senpai rawr x3\nhttps://github.com/mackdroid/bored-bot") + + @nc.slash_command( # change bot status name="status", description="Set bot status!")