We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/status
avatar_url
1 parent f6ae6b9 commit 4d7cc34Copy full SHA for 4d7cc34
cogs/utils.py
@@ -163,7 +163,7 @@ async def status(self, ctx: ApplicationContext):
163
localembed.add_field(name="Registered Users", value=f"{bot_users} users", inline=True)
164
localembed.add_field(name="Uptime History", value="[here](https://stats.uptimerobot.com/PlKOmI0Aw8)")
165
localembed.add_field(name="Release Notes", value="[latest](https://github.com/PyBotDevs/isobot/releases/latest)")
166
- localembed.set_footer(text=f"Requested by {ctx.author.name}", icon_url=ctx.author.avatar_url)
+ localembed.set_footer(text=f"Requested by {ctx.author.name}", icon_url=ctx.author.avatar)
167
await ctx.respond(embed=localembed)
168
169
@commands.slash_command(
0 commit comments