Refactor getMessages to fetchMessages

This commit is contained in:
Amish Shah
2016-08-31 21:34:43 +01:00
parent ff3148ddd4
commit e8c1c228d0
5 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ class TextChannel extends GuildChannel {
return;
}
getMessages() {
fetchMessages() {
return;
}