Getting rid of .format()

pull/8/head
sgoudham 4 years ago
parent 4b02d10d2b
commit b539157462

@ -104,7 +104,7 @@ class Interactive(Cog):
colour=self.bot.random_colour(),
timestamp=datetime.datetime.utcnow())
embed.set_image(url=random.choice(kissing_array))
embed.set_footer(text=f"Requested by {member}", icon_url='{}'.format(userAvatar))
embed.set_footer(text=f"Requested by {member}", icon_url=userAvatar)
# Send the embedded message to the user
await ctx.send(embed=embed)

Loading…
Cancel
Save