Skip to content

Instantly share code, notes, and snippets.

-- [[ SAWYER HUB CONFIG ]]
local SawyerConfig = {
Discord_Webhook = "URL_DISCORD_ANDA",
Telegram_Bot_Token = "TOKEN_BOT",
Telegram_Chat_ID = "CHAT_ID",
AutoFarm = false,
AutoHatch = false,
AutoSell = false,
SelectedEgg = "Basic Egg"
}