Last change
This commit is contained in:
parent
00b46f4348
commit
f682062e9f
@ -26,7 +26,7 @@ let channelArmory = getId "CHANNEL_ARMORY"
|
||||
let channelBattle = getId "CHANNEL_BATTLE"
|
||||
let channelWelcome = getId "CHANNEL_WELCOME"
|
||||
let channelWhitelist = getId "CHANNEL_WHITELIST"
|
||||
let channelTosserTed = getId "CHANNEL_TOSSERTED"
|
||||
//let channelTosserTed = getId "CHANNEL_TOSSERTED"
|
||||
let channelShelters = getId "CHANNEL_SHELTERS"
|
||||
//let channelBackAlley = getId "CHANNEL_BACKALLEY"
|
||||
//let channelMarket = getId "CHANNEL_MARKET"
|
||||
@ -35,7 +35,7 @@ let channelShelters = getId "CHANNEL_SHELTERS"
|
||||
//let channelThievery = getId "CHANNEL_THIEVERY"
|
||||
let botIdHackerBattle = getId "BOT_HACKER_BATTLE"
|
||||
let botIdArmory = getId "BOT_ARMORY"
|
||||
let botIdTosserTed = getId "BOT_TOSSERTED"
|
||||
//let botIdTosserTed = getId "BOT_TOSSERTED"
|
||||
//let botInviter = getId "BOT_INVITER"
|
||||
let roleTrainee = getId "ROLE_TRAINEE"
|
||||
let roleHacker = getId "ROLE_HACKER"
|
||||
|
@ -388,9 +388,13 @@ Just type `/recruit` anywhere, or press the button below...
|
||||
"""
|
||||
|
||||
let notEnoughMoneyMsg total = $"""
|
||||
Oh no! You don't have enough **$GBT** to buy a WHITELIST spot! Come back when you have `{WhitelistPrice - total}` more $GBT.
|
||||
Oh no!
|
||||
You don't have enough **$GBT** to buy a WHITELIST spot! Come back when you have `{WhitelistPrice - total}` more $GBT.
|
||||
|
||||
To earn $GBT, `/recruit` is the quickest way. You'll earn `{InviteRewardAmount} 💰 $GBT` for every Degen you `/recruit`!
|
||||
The QUICKEST way to earn $GBT is by recruiting other Degenz into the server.
|
||||
Earn `{InviteRewardAmount} $GBT` 💰 for every Degen you recruit into the game!
|
||||
|
||||
Just type `/recruit` anywhere, anytime... Or just press the button below!
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user