Adding sheeb command

This commit is contained in:
ein 2022-04-26 13:08:07 -07:00
parent ecbd0d60af
commit e6cb266200
3 changed files with 16 additions and 14 deletions

View File

@ -360,6 +360,14 @@ async def dog(ctx):
await ctx.send(animals.get_dog()) await ctx.send(animals.get_dog())
@bot.command(name="sheeb")
async def dog(ctx):
import animals
await ctx.send(animals.random_sheeb())
@bot.command(name="define") @bot.command(name="define")
async def define(ctx): async def define(ctx):

20
app/help_methods.py Executable file → Normal file
View File

@ -157,6 +157,7 @@ def get_help_message(method):
"You can also add a modifier on the end with a +", "You can also add a modifier on the end with a +",
"Usage: !roll 2d20+5", "Usage: !roll 2d20+5",
], ],
"sheeb": ["Returns a picture of a sheeb"],
"smug": ["Returns the URL for smug anime girl"], "smug": ["Returns the URL for smug anime girl"],
"source": ["Links you to the git repo with dale-bot's source code"], "source": ["Links you to the git repo with dale-bot's source code"],
"stock": [ "stock": [
@ -165,14 +166,6 @@ def get_help_message(method):
], ],
"trackdays": [ "trackdays": [
"Returns the track schedule for the tracks we frequent (buttonwillow and thunderhill).\n", "Returns the track schedule for the tracks we frequent (buttonwillow and thunderhill).\n",
# 'Use abbreviations to reference the tracks, as follows\n',
# 'bw = Buttonwillow Raceway\n',
# 'willow = Willow Springs\n',
# 'streets = Streets of Willow Springs\n',
# 'laguna = WeatherTech Raceway Laguna Seca\n',
# 'thill = Thunderhill Raceway Park\n',
# 'sonoma = Sonoma Raceway\n',
# 'acs = Auto Club Speedway\n',
"Usage: !trackdays", "Usage: !trackdays",
], ],
"tts": [ "tts": [
@ -235,16 +228,17 @@ def get_help_embed(bot):
"users": ["help", "invite", "purge", "roles", "source"], "users": ["help", "invite", "purge", "roles", "source"],
"pictures of animals": [ "pictures of animals": [
"birb", "birb",
"redpanda", "cat",
"dale", "dale",
"dog", "dog",
"rat", "fox",
"kangaroo",
"koala", "koala",
"panda", "panda",
"raccoon", "raccoon",
"fox", "rat",
"cat", "redpanda",
"kangaroo", "sheeb",
], ],
"admin": ["cleanup"], "admin": ["cleanup"],
} }

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "150" tag: "151"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""