Skip to content

Commit

Permalink
Hide link embed for notavirus command
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Oct 10, 2022
1 parent 1c6b1fc commit 78ada20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/notavirus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/twohoursonelife/OneLife>',
});
},
};

0 comments on commit 78ada20

Please sign in to comment.