Spelling error in /trole embed #315

Closed
opened 2026-05-24 19:07:22 -04:00 by Sirdog · 1 comment
Owner
embed_notification_public = discord.Embed(
            title=f"You have been given a temporary role.",
            description=f"<@{interaction.user.id}> has given you the role `@{role.name}`.\n\n The date and time below is when the role will be removed automatically. Note that the removal time may be off by upto 2-5 minutes.",
            color=15277667)
            embed_notification_public.add_field(name="Automatic Removal Time", value=f"<t:{epoch}:f> (<t:{epoch}:R>)", inline=False)

may be off by upto 2-5 minutes should be may be off by up to 2-5 minutes

```py embed_notification_public = discord.Embed( title=f"You have been given a temporary role.", description=f"<@{interaction.user.id}> has given you the role `@{role.name}`.\n\n The date and time below is when the role will be removed automatically. Note that the removal time may be off by upto 2-5 minutes.", color=15277667) embed_notification_public.add_field(name="Automatic Removal Time", value=f"<t:{epoch}:f> (<t:{epoch}:R>)", inline=False) ``` `may be off by upto 2-5 minutes` should be `may be off by up to 2-5 minutes`
Sirdog added this to the v2.14.0 milestone 2026-05-24 19:07:22 -04:00
Sirdog self-assigned this 2026-05-24 19:07:22 -04:00
Author
Owner

Addressed in full by #322. Closing.

Addressed in full by #322. Closing.
Sirdog added spent time 2026-05-29 20:23:00 -04:00
3 minutes
Sign in to join this conversation.
No description provided.