diff options
| -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") |
