We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd9f0a commit f20197cCopy full SHA for f20197c
1 file changed
cogs/commands/misc.py
@@ -126,6 +126,12 @@ async def github(self, ctx: Context):
126
"""Link the Apollo GitHub repository"""
127
await ctx.send("https://github.com/UWCS/apollo")
128
129
+ @commands.hybrid_command()
130
+ async def milk(self, ctx: Context):
131
+ """Link the Milk Monday video"""
132
+ await ctx.send("https://youtu.be/wkEiZWLW96o")
133
+
134
135
@commands.hybrid_command()
136
async def babbage(self, ctx: Context):
137
await ctx.send(
0 commit comments