UNPKG

discord-giveaway-easy

Version:

A module allowing the simple creation of a discord giveaway with your bot supported by Discord.js^14.0.0

10 lines 200 B
/** * @typedef NewData * * @property {String} [emoji] * @property {String} [color] * @property {String} [giveawayEnable] * @property {String} [language] * */ exports.NewData = {}