Skip to content

Commit

Permalink
Update menus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC authored Apr 14, 2024
1 parent 9c33e9c commit bf1333e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -8229,7 +8229,7 @@ async def erase_type_shifts(self, interaction: discord.Interaction, button: disc
await sustained_interaction.followup.send(
embed=discord.Embed(
title="<:success:1163149118366040106> Erased Shifts",
description=f"All shifts of **{modal.punishment_type.value}** have been deleted.",
description=f"All shifts of **{modal.shift_type.value}** have been deleted.",
color=GREEN_COLOR
),
ephemeral=True
Expand Down

0 comments on commit bf1333e

Please sign in to comment.