mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Expose TextBasedChannel#fetchMessage() (#602)
This commit is contained in:
@@ -43,6 +43,10 @@ class TextChannel extends GuildChannel {
|
||||
return;
|
||||
}
|
||||
|
||||
fetchMessage() {
|
||||
return;
|
||||
}
|
||||
|
||||
bulkDelete() {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user