From 57f6ed6120e103a84f571574e888cb5fa0f8bf25 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 13 Feb 2023 18:36:32 +0100 Subject: [PATCH] update - added new line --- commands/tos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tos.js b/commands/tos.js index 9a5c1d5..64aaf5e 100644 --- a/commands/tos.js +++ b/commands/tos.js @@ -1,6 +1,6 @@ module.exports.run = async (interaction) => { await interaction.deferReply({ ephemeral: true }); - messageSuccess(interaction, 'Here is our ToS and privacy policy: https://github.com/FlippedCodes/I-SH/wiki/ToS-and-Privacy-Policy'); + messageSuccess(interaction, 'Here is our ToS and privacy policy:\nhttps://github.com/FlippedCodes/I-SH/wiki/ToS-and-Privacy-Policy'); }; module.exports.data = new CmdBuilder()