mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
cleanup: remove acknowledge method from TextChannel & DMChannel (#3635)
* Update TextChannel.js * remove acknowledge method
This commit is contained in:
@@ -83,7 +83,6 @@ class DMChannel extends Channel {
|
||||
createMessageCollector() {}
|
||||
awaitMessages() {}
|
||||
// Doesn't work on DM channels; bulkDelete() {}
|
||||
acknowledge() {}
|
||||
_cacheMessage() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user