From 229fa716aa461745dc166de17a269b212173409d Mon Sep 17 00:00:00 2001 From: ScuffedNewt Date: Fri, 16 Aug 2024 13:30:54 +0100 Subject: [PATCH] fix(formatting): newline on help msg --- config/lorekeeper/discord_bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lorekeeper/discord_bot.php b/config/lorekeeper/discord_bot.php index 9ac447307b..250424b324 100644 --- a/config/lorekeeper/discord_bot.php +++ b/config/lorekeeper/discord_bot.php @@ -49,7 +49,7 @@ [ 'name' => 'grant', 'description' => 'Grants exp or levels to a user. The invoker must be on-site staff.'. - 'This command is recommended to be run in a staff channel, as it will send errors as a response if the user is not found.', + "\nThis command is recommended to be run in a staff channel, as it will send errors as a response if the user is not found.", 'options' => [ [ 'name' => 'user',