Last change

This commit is contained in:
Joseph Ferano 2022-03-28 22:38:14 +07:00
parent 00b46f4348
commit f682062e9f
2 changed files with 8 additions and 4 deletions

View File

@ -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"

View File

@ -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!
"""