mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
d.py 2.3 / pomelo changes (#6130)
Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -355,7 +355,7 @@ class General(commands.Cog):
|
||||
joined_on = _(
|
||||
"{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!"
|
||||
).format(
|
||||
bot_name=ctx.bot.user.name,
|
||||
bot_name=ctx.bot.user.display_name,
|
||||
bot_join=guild.me.joined_at.strftime("%d %b %Y %H:%M:%S"),
|
||||
since_join=humanize_number((ctx.message.created_at - guild.me.joined_at).days),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user