mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
Don't acknowledge messages, fixes #130
This commit is contained in:
parent
4184e51ec3
commit
3e2124e0bd
1 changed files with 1 additions and 2 deletions
|
|
@ -1100,7 +1100,6 @@ export default class InternalClient {
|
|||
} else {
|
||||
client.emit("message", msg);
|
||||
}
|
||||
self.ack(msg);
|
||||
} else {
|
||||
client.emit("warn", "message created but channel is not cached");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue