Update ClientUserSettingManager.js
This commit is contained in:
parent
9307497a0a
commit
ec9428f9c2
@ -130,7 +130,6 @@ class ClientUserSettingManager extends CachedManager {
|
|||||||
if (this.client.bot) throw new Error('INVALID_BOT_METHOD');
|
if (this.client.bot) throw new Error('INVALID_BOT_METHOD');
|
||||||
try {
|
try {
|
||||||
const data = await this.client.api.users('@me').settings.get();
|
const data = await this.client.api.users('@me').settings.get();
|
||||||
console.log(data);
|
|
||||||
this._patch(data);
|
this._patch(data);
|
||||||
return this;
|
return this;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user