
• Message Activity Based Drops
• Whitelist specific channels
• Coins, EXP, Roles, Custom(Opens Tickets) Rewards



config.yml
YAML:
MinMessages: 1
MaxMessages: 10
WhitelistedChannels:
- "1015248497513074828"
Gifts:
- Name: 750 coins 💰
Type: coins
Total: 750
Chance: 10
- Name: 500 coins 💰
Type: coins
Total: 500
Chance: 20
- Name: 500 coins 💰
Type: coins
Total: 500
Chance: 50
- Name: 500 EXP 🌟
Type: xp
Total: 500
Chance: 50
- Name: 50k Role
Type: role
Role: 50,000
Chance: 10
# { Name: Ticket, Type: ticket, Chance: 10 }
YAML:
Gifts:
Name: gifts
Description: Manage gifts
Usage: gifts
Aliases: []
Type: admin
Enabled: true
Cooldown: 0
RequiredRole:
- "@everyone"
SubCommandPermissions:
drop:
- Support
leaderboard:
- "@everyone"
Arguments:
- Type: Sub Command
Name: drop
Description: Drop a gift in the channel
Options:
- Type: Channel
Name: channel
Description: The channel to drop the gift in
Required: false
- Type: Sub Command
Name: leaderboard
Description: View the leaderboard of most gifts opened
Options:
- Type: Integer
Name: page
Description: The page of the leaderboard
Required: false
YAML:
NewGift:
Embeds:
- AuthorIcon: https://cdn.discordapp.com/emojis/791925176178049024.png?v=1
Author: New Gift
Description: "> A new gift has appeared under the christmas tree! Be the first
to react to open the present!"
Components:
"1":
- Type: Button
CustomID: chatgifts_open
Style: Random
Label: Open Gift
Emoji: "791928376277073921"
GiftExpired:
Content: "*This gift has expired.*"
Embeds:
- AuthorIcon: https://cdn.discordapp.com/emojis/791925176178049024.png?v=1
Author: New Gift
Description: "> A new gift has appeared under the christmas tree! Be the first
to react to open the present!"
Components:
"1":
- Type: Button
CustomID: chatgifts_open
Disabled: true
Style: Random
Label: Open Gift
Emoji: "791928376277073921"
GiftRedeemed:
Coins:
Embeds:
- Title: Chat Gifts • Gift Redeemed
Description: "{user-mention} has received {amount} coins from the gift!"
XP:
Embeds:
- Title: Chat Gifts • Gift Redeemed
Description: "{user-mention} has received {amount} XP from the gift!"
Role:
Embeds:
- Title: Chat Gifts • Gift Redeemed
Description: "{user-mention} has received {role} Role from the gift!"
TicketNote:
Embeds:
- Title: Chat Gifts • Ticket Note
Description: "> {user-mention} opened a gift & recieved {gift}."
Leaderboard:
Embeds:
- Title: Chat Gifts • Leaderboard [{curr-page}/{max-pages}]
Description: "{leaderboard}"
Footer: "{user-tag}"
FooterIcon: "{user-pfp}"
