adding sus

This commit is contained in:
Luke Robles 2022-05-25 17:20:54 -07:00
parent ed53615564
commit f1de919301
2 changed files with 48 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from discord.ext import commands
import core_utils
import discord
import random
class Cheeky(commands.Cog):
@ -175,6 +176,48 @@ class Cheeky(commands.Cog):
result = river_stats.get_stats()
await ctx.reply(embed=result)
@commands.command(name="sus")
async def sus(self, ctx: commands.Context):
if random.randint(0, 200) == 0:
await ctx.reply(
"""
"""
)
else:
await ctx.reply(
"""
"""
)
def setup(bot):
bot.add_cog(Cheeky(bot))

View File

@ -168,6 +168,10 @@ def get_help_message(method):
"Returns basic stock information for the stock you entered. Add -v or --verbose for additional stock info.",
"\nUsage: !stock AAPL TSLA -v",
],
"sus": [
"Returns an amogus crew mate whos being sus",
"\nUsage: !sus",
],
"trackdays": [
"Returns the track schedule for the tracks we frequent (buttonwillow and thunderhill).\n",
"\nUsage: !trackdays",
@ -215,6 +219,7 @@ def get_help_embed(bot):
"roll",
"simp",
"smug",
"sus",
"trackdays",
"verify",
"wasted",