From 3f24b208333c295b7748f00bb1a7a0399b3aa757 Mon Sep 17 00:00:00 2001 From: Shashank Pandey Date: Fri, 22 Nov 2024 14:13:39 +0530 Subject: [PATCH] Updated menu.py --- menus.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/menus.py b/menus.py index 5e6e7c1..3905932 100644 --- a/menus.py +++ b/menus.py @@ -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