mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Added role shortcuts and to user also
This commit is contained in:
@@ -132,4 +132,4 @@ var AudioEncoder = (function () {
|
||||
})();
|
||||
|
||||
exports["default"] = AudioEncoder;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
@@ -25,4 +25,4 @@ var StreamIntent = (function (_EventEmitter) {
|
||||
})(_events2["default"]);
|
||||
|
||||
exports["default"] = StreamIntent;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
@@ -363,4 +363,4 @@ var VoiceConnection = (function (_EventEmitter) {
|
||||
})(_events2["default"]);
|
||||
|
||||
exports["default"] = VoiceConnection;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
@@ -26,4 +26,4 @@ var VoicePacket = function VoicePacket(data, sequence, time, ssrc) {
|
||||
};
|
||||
|
||||
exports["default"] = VoicePacket;
|
||||
module.exports = exports["default"];
|
||||
module.exports = exports["default"];
|
||||
|
||||
Reference in New Issue
Block a user