adding wordle

This commit is contained in:
Luke Robles 2022-07-29 09:37:23 -06:00
parent 673e89d40e
commit be89fef2d9
2 changed files with 7 additions and 0 deletions

View File

@ -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":

View File

@ -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": [