mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
cleanup: remove acknowledge method from TextChannel & DMChannel (#3635)
* Update TextChannel.js * remove acknowledge method
This commit is contained in:
@@ -138,7 +138,6 @@ class TextChannel extends GuildChannel {
|
||||
createMessageCollector() {}
|
||||
awaitMessages() {}
|
||||
bulkDelete() {}
|
||||
acknowledge() {}
|
||||
}
|
||||
|
||||
TextBasedChannel.applyToClass(TextChannel, true);
|
||||
|
||||
Reference in New Issue
Block a user