cuddlygiv
Version:
Using giveaways for cuddly!
10 lines (9 loc) • 336 B
JavaScript
module.exports.DJS_STYLES = ['SUCCESS', 'DANGER', 'SECONDARY', 'PRIMARY', 'LINK'];
module.exports.DISBUT_STYLES = ['grey', 'gray', 'url', 'green', 'blurple', 'red'];
module.exports.toV13 = {
green: this.DJS_STYLES[0],
red: this.DJS_STYLES[1],
blurple: this.DJS_STYLES[3],
url: this.DJS_STYLES[4],
secondary: this.DJS_STYLES[2],
};