change quotes + add period at the end of the sentence

This commit is contained in:
tommy 2024-08-09 17:26:21 -04:00
parent faa671750d
commit 1c2fb8ba89
Signed by: tommy
GPG Key ID: 894E02570CE82334

View File

@ -1,6 +1,6 @@
local SlashCommandTools = require('discordia-slash').util.tools() local SlashCommandTools = require('discordia-slash').util.tools()
local LINK_EXPLANATION_MESSAGE = [[Use the `!link <roblox username>` 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 <roblox username>` 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') local LinkCommand = SlashCommandTools.slashCommand('link', 'Explains how to link your Roblox account to your discord account')