diff --git a/menus.py b/menus.py index 5e6e7c17..39059320 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