update - added new line
This commit is contained in:
parent
f33c5ab53e
commit
57f6ed6120
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue