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');
|
||||
try {
|
||||
const data = await this.client.api.users('@me').settings.get();
|
||||
console.log(data);
|
||||
this._patch(data);
|
||||
return this;
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user