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