discord-leveling-super
Version:
Easy and customizable leveling framework for your Discord bot.
21 lines (17 loc) • 500 B
TypeScript
// This file was generated automatically!
// I'm not responsible for the quality of this code!
// The module is made in TypeScript.
// See the source code here:
// https://github.com/shadowplay1/discord-leveling-super
// Thanks!
/**
* LevelingError class.
*/
declare class LevelingError extends Error {
/**
* Creates an 'LevelingError' instance.
* @param {string | Error} message Error message.
*/
constructor(message?: any);
}
export = LevelingError;