added /forceevaluate
This commit is contained in:
2
main.cjs
2
main.cjs
@@ -128,7 +128,7 @@ client.on('messageUpdate', (undefined, newMessage) => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
global.checkMessage = function checkMessage(message, ranFromGlobal) {
|
global.checkMessage = function checkMessage(message, runFromGlobal) {
|
||||||
if (!runFromGlobal) {
|
if (!runFromGlobal) {
|
||||||
checkInsult(message);
|
checkInsult(message);
|
||||||
if (message.content == "<@1091120267851485215>, what are your pronouns?") {
|
if (message.content == "<@1091120267851485215>, what are your pronouns?") {
|
||||||
|
|||||||
Reference in New Issue
Block a user