cleanup: remove acknowledge method from TextChannel & DMChannel (#3635)

* Update TextChannel.js

* remove acknowledge method
This commit is contained in:
Sugden
2019-12-21 19:32:24 +00:00
committed by SpaceEEC
parent 7d74e7e419
commit 99e8d3c540
2 changed files with 0 additions and 2 deletions

View File

@@ -138,7 +138,6 @@ class TextChannel extends GuildChannel {
createMessageCollector() {}
awaitMessages() {}
bulkDelete() {}
acknowledge() {}
}
TextBasedChannel.applyToClass(TextChannel, true);