diff options
author | Thomas Voss <57815710+Mango0x45@users.noreply.github.com> | 2020-05-29 16:08:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 16:08:25 +0000 |
commit | f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc (patch) | |
tree | c86cbbd49959c2d962fca78d8b5154763a8beb58 /cogs | |
parent | c04719f38d96e0f4a90d1003ad4abc38680006df (diff) | |
download | steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar.gz steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar.bz2 steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar.lz steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar.xz steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.tar.zst steve-bot-f68961ffdbcdcfed214bc80c8c31c93bf5dbd8cc.zip |
uuuuh dont question it
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/utils.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 950455a..07c65f4 100644 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -166,6 +166,11 @@ class Utils(commands.Cog): img.save("leaderboard.png", "PNG") await ctx.send(file=discord.File("leaderboard.png")) + + # Why? Because I can. lel + @commands.command() + async def someone(self): + await random.choice(server.members).mention def setup(bot): bot.add_cog(Utils(bot)) |