summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-11-22 16:57:15 -0500
committerJoshua Liu <joshua.liu@sourceobby.com>2025-11-22 16:57:15 -0500
commit41b08b271ae1250d4f0a3105ee0b9d8f3491513f (patch)
tree8b698f0f0c0b79c1d7ff6eeea2ba644efcc0fc5c
parent8718db0da478bf1db1edd4a5ca5e310c9f4a9a39 (diff)
style: removing unneeded comments
-rw-r--r--bigresult.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/bigresult.py b/bigresult.py
index 8016d76..c1116cc 100644
--- a/bigresult.py
+++ b/bigresult.py
@@ -28,24 +28,19 @@ class BigResultPlus(commands.Bot):
super().command(name=key)(wraps(self.COMMANDS[key])(partial(self.COMMANDS[key], self)))
-
- # @client.command(name="snipe")
async def snipe(self, ctx):
await ctx.reply("watch yourself")
self.snipe_active = True
pass
- # @client.command(name="bigresult")
async def teach(self, ctx):
await ctx.reply(
"https://cdn.discordapp.com/attachments/427176475406630914/1302392181448900649/image.png?ex=6727f2bd&is=6726a13d&hm=6092f4fba06412feac26a16a6900bf6e6122d66506f60bfcc0bc7101ecede4db&")
- # @client.command(name="mod")
async def mod(self, ctx):
await ctx.reply(
">>> *pees in ur ass*\nI am a bot and this action was performed automatically. Please contact the moderators of this server if you have any questions or concerns.")
- # @client.command(name="1984")
async def orwell(self, ctx):
if (random.randint(1, 5) == 2):
await ctx.reply(f">>> {ctx.author} has been warned: \n\nBad word usage")
@@ -53,11 +48,9 @@ class BigResultPlus(commands.Bot):
await ctx.reply(
"https://media.discordapp.net/attachments/865417026519957526/866575047459209236/video0-1-1.mov?ex=672d0e27&is=672bbca7&hm=3c80837685cb800ad817855b6463e4e1875dc009c6fc4540eff749c7387c4241&")
- # @client.command(name="teachmethebigresult")
async def teachbigresult(self, ctx):
await ctx.reply("take b36 with Nick Cheng. join the 'Big Result' club")
- # @client.command(name="ivotedfor")
async def voot(self, ctx):
if (random.randint(1, 2) == 2):
await ctx.reply("Donald trump sweeep")
@@ -81,6 +74,7 @@ class BigResultPlus(commands.Bot):
time.sleep(2)
await channel_sent.send(saved)
self.snipe_active = False
+ return
"""
I want these statements moved into a function