initial thaithai bot
This commit is contained in:
parent
8ccfcf2d5e
commit
af6e09c200
|
@ -115,7 +115,7 @@ client.on('ready', () => {
|
||||||
console.log("File change detected!");
|
console.log("File change detected!");
|
||||||
|
|
||||||
channel.messages
|
channel.messages
|
||||||
.fetch(sentMessage.id)
|
.fetch(message_id)
|
||||||
.then((fetchedMessage) => {
|
.then((fetchedMessage) => {
|
||||||
console.log('Message exists');
|
console.log('Message exists');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue