update - added new line

This commit is contained in:
Phil 2023-02-13 18:36:32 +01:00
commit 57f6ed6120

View file

@ -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()