Add megumin pic

This commit is contained in:
CramMK
2020-04-07 16:13:44 +02:00
parent e8ca25a266
commit 786f3ff86e
2 changed files with 10 additions and 5 deletions

View File

@@ -20,13 +20,13 @@ class Utility(commands.Cog):
# COG BODY # COG BODY
@commands.command(name="invitelink", aliases=["invite"]) @commands.command(name="invitelink", aliases=["invite"])
async def invite_link(self, ctx): async def invite_link(self, ctx, age=60*10, uses=100, unique=True):
""" """
Sends the server's invitelink to chat Sends the server's invitelink to chat
""" """
age = 60 * 10 #age = 60 * 10
uses = 100 #uses = 100
unique = True #unique = True
channel = ctx.message.channel channel = ctx.message.channel
link = await channel.create_invite( link = await channel.create_invite(

View File

@@ -15,7 +15,12 @@ girl_noel = [
"https://i.imgur.com/qSAjVSL.png", "https://i.imgur.com/qSAjVSL.png",
] ]
girl_megumin = [] girl_megumin = [
"https://i.imgur.com/mSBfcXA.jpg",
"https://i.imgur.com/Dqua2lX.jpg",
"https://i.imgur.com/1jzaE3y.png",
"https://i.imgur.com/KpGSYD2.png",
]
girl_akeno = [] girl_akeno = []