From 62aedee44b40357d053990a47b4f24c2caf84fec Mon Sep 17 00:00:00 2001 From: ein Date: Tue, 26 Apr 2022 13:08:07 -0700 Subject: [PATCH] Adding sheeb command --- app/bot.py | 8 ++++++++ app/help_methods.py | 20 +++++++------------- helm/values.yaml | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) mode change 100755 => 100644 app/help_methods.py diff --git a/app/bot.py b/app/bot.py index ebd22acd..c0144667 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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): diff --git a/app/help_methods.py b/app/help_methods.py old mode 100755 new mode 100644 index fdda830f..61f80c72 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -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"], } diff --git a/helm/values.yaml b/helm/values.yaml index 10f6f5b2..ea189574 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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: ""