diff --git a/commands/notavirus.js b/commands/notavirus.js index 53f40f3..07566ef 100644 --- a/commands/notavirus.js +++ b/commands/notavirus.js @@ -6,7 +6,7 @@ module.exports = { .setDescription('Quick info that the game is not a virus'), async execute(interaction) { return interaction.reply({ - content: 'Rest assured, the game is not a virus.\n2HOL is a relatively small project, some antivirus programs are simply showing false positives.\nWe\'re working hard to fix this in future thanks to kind donations from our community, allowing us to purchase certificates to authenticate with Microsoft.\n\nPlease see that we have 17,000+ members in this Discord as well as many who have hundreds, if not thousands of hours online at any time. https://discord.gg/Jd9Es3f\nThe project is also open source, allowing code to be verified here https://github.com/twohoursonelife/OneLife', + content: 'Rest assured, the game is not a virus.\n2HOL is a relatively small project, some antivirus programs are simply showing false positives.\nWe\'re working hard to fix this in future thanks to kind donations from our community, allowing us to purchase certificates to authenticate with Microsoft.\n\nPlease see that we have 17,000+ members in this Discord as well as many who have hundreds, if not thousands of hours online at any time. https://discord.gg/Jd9Es3f\nThe project is also open source, allowing code to be verified here ', }); }, }; \ No newline at end of file