From 1c2fb8ba895081784c11a50df27cd512e11be1ed Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 9 Aug 2024 17:26:21 -0400 Subject: [PATCH] change quotes + add period at the end of the sentence --- src/SlashCommands/Link.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands/Link.lua b/src/SlashCommands/Link.lua index ee1278b..c99b286 100644 --- a/src/SlashCommands/Link.lua +++ b/src/SlashCommands/Link.lua @@ -1,6 +1,6 @@ local SlashCommandTools = require('discordia-slash').util.tools() -local LINK_EXPLANATION_MESSAGE = [[Use the `!link ` command with <@759490176119472178> to start the linking process, make sure your DMs are open so it can message you. For more information, use `!help link`]] +local LINK_EXPLANATION_MESSAGE = 'Use the `!link ` command with <@759490176119472178> to start the linking process, make sure your DMs are open so it can message you. For more information, use `!help link`.' local LinkCommand = SlashCommandTools.slashCommand('link', 'Explains how to link your Roblox account to your discord account')