UNPKG

discordbotlist

Version:

Integrate with discordbotlist.com and support voting rewards and promote your bot's stats on the website.

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DBLError = void 0; class DBLError extends Error { constructor(msg, context) { super(msg); this.context = context; } } exports.DBLError = DBLError;