Capsify avatar var

This commit is contained in:
Marco Thomas
2020-09-12 00:07:20 +02:00
parent d43575a8e0
commit dcf57199bf
2 changed files with 2 additions and 5 deletions

View File

@@ -7,9 +7,6 @@ import discord
from discord.ext import commands
import random
# IMPORTS - internal
from __main__ import avatar
# COG INIT
class Utility(commands.Cog):
def __init__(self, bot):
@@ -39,7 +36,7 @@ class Utility(commands.Cog):
inline=True)
link_embed.set_footer(
text=f"Age: {age}, Uses: {uses}",
icon_url=avatar
icon_url=ctx.me.avatar_url
)
await ctx.send(embed=link_embed)