Add megumin pic
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
@@ -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 = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user