discord-leveling-super
Version:
Easy and customizable leveling framework for your Discord bot.
20 lines (17 loc) • 349 B
TypeScript
/**
* Version data object.
*/
export interface UpdateData {
/**
* Checks for if module is up to date.
*/
updated: boolean,
/**
* Shows an installed version of the module
*/
installedVersion: string,
/**
* Shows the latest version of the module
*/
packageVersion: string
}