diff --git a/Bot/GuildEnvironment.fs b/Bot/GuildEnvironment.fs index 5620d05..85e0ad4 100644 --- a/Bot/GuildEnvironment.fs +++ b/Bot/GuildEnvironment.fs @@ -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" diff --git a/Bot/InviteTracker.fs b/Bot/InviteTracker.fs index 1e300d6..b3d10b8 100644 --- a/Bot/InviteTracker.fs +++ b/Bot/InviteTracker.fs @@ -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! ‎ """