forked from mud/bankerbot-rb
effectively remove coin limit
This commit is contained in:
parent
4492dae059
commit
ded4ddb09a
2
coin.rb
2
coin.rb
@ -3,7 +3,7 @@ require 'yaml'
|
||||
require 'discordrb'
|
||||
|
||||
|
||||
MAX_COINS_PER_DAY = 4
|
||||
MAX_COINS_PER_DAY = 999
|
||||
COIN_TIMEOUT = 15
|
||||
SCOREBOARD = './scoreboard.yml'
|
||||
PASTA='You know what? Im done, i am leaving, we were friendly talking about the subject. This crossed the line of "ok killer of joy" to "no fun allowed"'
|
||||
|
Loading…
Reference in New Issue
Block a user