summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorJosh <eeei3.joshua0307lol@gmail.com>2024-11-03 11:04:58 -0500
committerJosh <eeei3.joshua0307lol@gmail.com>2024-11-03 11:04:58 -0500
commitdc2781781857c90834f27373ba3362719875ae84 (patch)
tree8a8f4fd639b2448b94fd2b8630d84c22e74c16df /main.py
parent0ec8169d3ec6dc8a7e8dcdfe9353dcfb3dddcd4c (diff)
feat: added "!mod" command and roblox reply
Diffstat (limited to 'main.py')
-rw-r--r--main.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/main.py b/main.py
index 5c22de2..1b048d0 100644
--- a/main.py
+++ b/main.py
@@ -15,6 +15,14 @@ client = BotClient(intents=intents, command_prefix="!") # This represents our co
@client.command(name="bigresult")
async def teach(ctx):
- await ctx.send("https://cdn.discordapp.com/attachments/427176475406630914/1302392181448900649/image.png?ex=6727f2bd&is=6726a13d&hm=6092f4fba06412feac26a16a6900bf6e6122d66506f60bfcc0bc7101ecede4db&")
+ 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(ctx):
+ await ctx.reply("*pees in ur ass*\nI am a bot and this action was performed automatically. Please contact the modertators of this server if you have any questions or concerns.")
+
+@client.command(name="teachmethebigresult")
+async def teachbigresult(ctx):
+ await ctx.reply("take b36 with Nick Cheng. join the 'Big Result' club")
client.run(TOKEN) # This actually starts our bot