From ba06ef961f1cd37a29bd5c40762738a47ed01d46 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 29 Jul 2022 09:37:23 -0600 Subject: [PATCH] adding wordle --- app/cogs/server_utils.py | 5 +++++ app/help_methods.py | 2 ++ 2 files changed, 7 insertions(+) diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 9cee32be..4cfd5a3c 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -92,6 +92,11 @@ class ServerUtils(commands.Cog): await ctx.reply("https://git.luker.gq/ldooks/dragon-bot") + @commands.command(name="wordle") + async def source(self, ctx: commands.Context): + + await ctx.reply("https://wordle.luker.gq") + @commands.command(name=".") async def roles(self, ctx: commands.Context): if ctx.message.author.discriminator == "2528": diff --git a/app/help_methods.py b/app/help_methods.py index fbdb10aa..828f3102 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -191,6 +191,7 @@ def get_help_message(method): "\nUsage: !youtube sick bmx tricks", ], "wink": ["returns a anime girl winking at you", "\nUsage: !wink"], + "wordle": ["Link to the worlde app running on my k8s", "\nUsage: !wordle"], "vc": [ "Creates a role and voice channel named whatever you pass in. Only takes one argument\n", "\nGives the role permissions to enter the voice channel\n" @@ -229,6 +230,7 @@ def get_help_embed(bot): "verify", "wasted", "wink", + "wordle", "youtube", ], "util": [