adding wordle
This commit is contained in:
parent
50873df095
commit
ba06ef961f
@ -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":
|
||||||
|
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user