mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Fixed the fix and built
This commit is contained in:
@@ -686,6 +686,14 @@ var Client = (function (_EventEmitter) {
|
||||
get: function get() {
|
||||
return this.internal.user;
|
||||
}
|
||||
}, {
|
||||
key: "userAgent",
|
||||
get: function get() {
|
||||
return this.internal.userAgent;
|
||||
},
|
||||
set: function set(userAgent) {
|
||||
this.internal.userAgent = userAgent;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Client;
|
||||
|
||||
Reference in New Issue
Block a user