mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Attempting forceFetchUser callback
This commit is contained in:
@@ -1034,8 +1034,8 @@ var Client = (function (_EventEmitter) {
|
||||
|
||||
//def forceFetchUsers
|
||||
|
||||
Client.prototype.forceFetchUsers = function forceFetchUsers() {
|
||||
return this.internal.forceFetchUsers();
|
||||
Client.prototype.forceFetchUsers = function forceFetchUsers(callback) {
|
||||
return this.internal.forceFetchUsers().then(callback);
|
||||
};
|
||||
|
||||
_createClass(Client, [{
|
||||
|
||||
Reference in New Issue
Block a user