From 2f07ef45f1954ae7b558a92e669d7a7581984533 Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Sun, 30 Nov 2025 10:47:48 -0500 Subject: feat: created new command xyr0m --- bigresult.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bigresult.py') diff --git a/bigresult.py b/bigresult.py index a1af3a8..7b59a75 100644 --- a/bigresult.py +++ b/bigresult.py @@ -24,6 +24,7 @@ class BigResultPlus(commands.Bot): "1984": BigResultPlus.orwell, "teachmethebigresult": BigResultPlus.teachbigresult, "ivotedfor": BigResultPlus.voot, + "xyr0m": BigResultPlus.xyr0m } # intents = discord.Intents.all() # self.client = commands.Bot(intents=intents, command_prefix="!") # This represents our connection with Discord @@ -32,6 +33,10 @@ class BigResultPlus(commands.Bot): for key in self.COMMANDS: super().command(name=key)(wraps(self.COMMANDS[key])(partial(self.COMMANDS[key], self))) + async def xyr0m(self, ctx): + await ctx.reply("RAID INITIATED BY XYR0M\nhttps://discord.gg/cocksuckersRus\nI am extremely homosexual") + pass + async def snipe(self, ctx): await ctx.reply("watch yourself") -- cgit v1.2.3