Skip to content

Commit

Permalink
Update switchRp.js
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip authored Jan 13, 2025
1 parent 9430013 commit ee4dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ENGINE/switchRp.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { EmbedBuilder } = require('discord.js');

const stickyMessageBody = 'You can only send every third message. Please, keep it a two-person RP. (Otherwise, this idea doesn\'t work.)';
const stickyMessageBody = 'You can only send every third message. Please, keep it a two-character RP. (Otherwise, this idea doesn\'t work.)';

module.exports.run = async (message) => {
// get last message count for sending user.
Expand Down

0 comments on commit ee4dd54

Please sign in to comment.