mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Added resolver
This commit is contained in:
7
lib/Client/Resolver/Resolver.js
Normal file
7
lib/Client/Resolver/Resolver.js
Normal file
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||
|
||||
var Resolver = function Resolver() {
|
||||
_classCallCheck(this, Resolver);
|
||||
};
|
||||
Reference in New Issue
Block a user