Skip to content

Commit

Permalink
Remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 24, 2023
1 parent e35b7e4 commit 73e26b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ const getMessage = require('../resources/steamVRMessages');
module.exports = (client, message) => {
if (message.author.bot) return;

if (Math.random() < 0.03) {
message.reply('E ai mané, beleza?');
}
// if (Math.random() < 0.03) {
// message.reply('E ai mané, beleza?');
// }
if (Math.random() < 0.001) {
message.reply('Te fuder quietinho ai seu maluco.');
}
Expand Down

0 comments on commit 73e26b5

Please sign in to comment.