Skip to content

Commit f20197c

Browse files
authored
Add !milk
1 parent 2fd9f0a commit f20197c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cogs/commands/misc.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ async def github(self, ctx: Context):
126126
"""Link the Apollo GitHub repository"""
127127
await ctx.send("https://github.com/UWCS/apollo")
128128

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+
129135
@commands.hybrid_command()
130136
async def babbage(self, ctx: Context):
131137
await ctx.send(

0 commit comments

Comments
 (0)