diff options
| author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-30 10:47:48 -0500 |
|---|---|---|
| committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-11-30 10:47:48 -0500 |
| commit | 2f07ef45f1954ae7b558a92e669d7a7581984533 (patch) | |
| tree | 4d447b7ad10e8cb711c370c7fba66163cff6ddd4 /bigresult.py | |
| parent | 9596ce76a5a7b0ee75da39b6d2e260d91d22a995 (diff) | |
feat: created new command xyr0m
Diffstat (limited to 'bigresult.py')
| -rw-r--r-- | bigresult.py | 5 |
1 files changed, 5 insertions, 0 deletions
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") |
