Adding sheeb command
This commit is contained in:
parent
ecbd0d60af
commit
e6cb266200
@ -360,6 +360,14 @@ async def dog(ctx):
|
||||
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")
|
||||
async def define(ctx):
|
||||
|
||||
|
20
app/help_methods.py
Executable file → Normal file
20
app/help_methods.py
Executable file → Normal file
@ -157,6 +157,7 @@ def get_help_message(method):
|
||||
"You can also add a modifier on the end with a +",
|
||||
"Usage: !roll 2d20+5",
|
||||
],
|
||||
"sheeb": ["Returns a picture of a sheeb"],
|
||||
"smug": ["Returns the URL for smug anime girl"],
|
||||
"source": ["Links you to the git repo with dale-bot's source code"],
|
||||
"stock": [
|
||||
@ -165,14 +166,6 @@ def get_help_message(method):
|
||||
],
|
||||
"trackdays": [
|
||||
"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",
|
||||
],
|
||||
"tts": [
|
||||
@ -235,16 +228,17 @@ def get_help_embed(bot):
|
||||
"users": ["help", "invite", "purge", "roles", "source"],
|
||||
"pictures of animals": [
|
||||
"birb",
|
||||
"redpanda",
|
||||
"cat",
|
||||
"dale",
|
||||
"dog",
|
||||
"rat",
|
||||
"fox",
|
||||
"kangaroo",
|
||||
"koala",
|
||||
"panda",
|
||||
"raccoon",
|
||||
"fox",
|
||||
"cat",
|
||||
"kangaroo",
|
||||
"rat",
|
||||
"redpanda",
|
||||
"sheeb",
|
||||
],
|
||||
"admin": ["cleanup"],
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ image:
|
||||
repository: ldooks/dragon-bot
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "150"
|
||||
tag: "151"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user