Skip to content

Commit

Permalink
Updated menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankpandey04 committed Nov 22, 2024
1 parent a21ac84 commit 3f24b20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -8076,9 +8076,11 @@ async def more_features(self, interaction: discord.Interaction, button: discord.
).add_field(
name="Auto Kick/Ban Logging",
value="This is where you can configure the auto kick/ban feature for ER:LC.",
inline=False
).add_field(
name="Discord Check Message",
value="This message is sent to in-game users when a Discord Check is performed with bot if user is not found in server."
value="This message is sent to in-game users when a Discord Check is performed with bot if user is not found in server.",
inline=False
),
view=view,
ephemeral=True
Expand Down

0 comments on commit 3f24b20

Please sign in to comment.