I'm tired of this...
This commit is contained in:
parent
e32e5a398b
commit
86effd1bab
2
main.cjs
2
main.cjs
@ -148,7 +148,7 @@ client.on('messageCreate', message => {
|
|||||||
|
|
||||||
client.on('messageUpdate', (undefined, newMessage) => {
|
client.on('messageUpdate', (undefined, newMessage) => {
|
||||||
//checkMessage(newMessage, false);
|
//checkMessage(newMessage, false);
|
||||||
if (message !== undefined) {
|
if (typeof message !== undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
colonThree(message);
|
colonThree(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user