adding wordle

This commit is contained in:
Luke Robles 2022-07-29 09:37:23 -06:00
parent 9823ed34f9
commit ffd69612e9
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") 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=".") @commands.command(name=".")
async def roles(self, ctx: commands.Context): async def roles(self, ctx: commands.Context):
if ctx.message.author.discriminator == "2528": if ctx.message.author.discriminator == "2528":

View File

@ -191,6 +191,7 @@ def get_help_message(method):
"\nUsage: !youtube sick bmx tricks", "\nUsage: !youtube sick bmx tricks",
], ],
"wink": ["returns a anime girl winking at you", "\nUsage: !wink"], "wink": ["returns a anime girl winking at you", "\nUsage: !wink"],
"wordle": ["Link to the worlde app running on my k8s", "\nUsage: !wordle"],
"vc": [ "vc": [
"Creates a role and voice channel named whatever you pass in. Only takes one argument\n", "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" "\nGives the role permissions to enter the voice channel\n"
@ -229,6 +230,7 @@ def get_help_embed(bot):
"verify", "verify",
"wasted", "wasted",
"wink", "wink",
"wordle",
"youtube", "youtube",
], ],
"util": [ "util": [