mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 03:36:42 +00:00
chat reactions
This commit is contained in:
@ -67,7 +67,7 @@ discord:
|
||||
chat_channel_id: ''
|
||||
# Do you want roles to sync with the server?
|
||||
role_sync: false
|
||||
# Master Admin role ID
|
||||
# Master Builder role ID
|
||||
master_builder_role_id: ''
|
||||
# Super Admin role ID
|
||||
super_role_id: ''
|
||||
@ -98,6 +98,21 @@ shop:
|
||||
# How many coins to voters get per vote?
|
||||
coins_per_vote: 20
|
||||
|
||||
# Chat reactions
|
||||
reactions:
|
||||
|
||||
# Enable chat reactions?
|
||||
enabled: true
|
||||
|
||||
# How much time (in seconds) before a new reaction prompt is made
|
||||
interval: 300
|
||||
|
||||
# How many coins do winners get?
|
||||
coins_per_win: 5
|
||||
|
||||
# How long is the random string (in characters)?
|
||||
string_length: 10
|
||||
|
||||
# Item prices
|
||||
prices:
|
||||
grappling_hook: 100
|
||||
|
Reference in New Issue
Block a user