Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hchoki/marta
Browse files Browse the repository at this point in the history
  • Loading branch information
hchoki committed Nov 24, 2023
2 parents 73e26b5 + 83cc44d commit 83b5ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const getMessage = require('../resources/steamVRMessages');
module.exports = (client, message) => {
if (message.author.bot) return;

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

0 comments on commit 83b5ee7

Please sign in to comment.