Expose TextBasedChannel#fetchMessage() (#602)

This commit is contained in:
Manuel Kraus
2016-09-04 19:46:29 +02:00
committed by Amish Shah
parent 4a252380d9
commit 48e7fad1c9
6 changed files with 48 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ class TextChannel extends GuildChannel {
return;
}
fetchMessage() {
return;
}
bulkDelete() {
return;
}