Disable jackpot thing for now

This commit is contained in:
Joseph Ferano 2022-04-29 17:04:37 +07:00
parent fdd92d185c
commit 5654986091
2 changed files with 5 additions and 5 deletions

View File

@ -417,11 +417,11 @@ let sendEmbedWithLoop (jackpotNumChannel : DiscordChannel) (slotsChannel : Disco
} |> Async.Start } |> Async.Start
let sendInitialEmbedFromLaunch (client : DiscordClient) = let sendInitialEmbedFromLaunch (client : DiscordClient) =
let jackpotNumChannel = client.Guilds.[GuildEnvironment.guildId].GetChannel(GuildEnvironment.channelJackpotNum) // let jackpotNumChannel = client.Guilds.[GuildEnvironment.guildId].GetChannel(GuildEnvironment.channelJackpotNum)
let slotsChannel = client.Guilds.[GuildEnvironment.guildId].GetChannel(GuildEnvironment.channelSlots) let slotsChannel = client.Guilds.[GuildEnvironment.guildId].GetChannel(GuildEnvironment.channelSlots)
sendEmbedWithLoop jackpotNumChannel slotsChannel sendEmbedWithLoop slotsChannel slotsChannel
let sendInitialEmbedFromSlashCommand (ctx : IDiscordContext) = let sendInitialEmbedFromSlashCommand (ctx : IDiscordContext) =
let jackpotNumChannel = ctx.GetGuild().GetChannel(GuildEnvironment.channelJackpotNum) // let jackpotNumChannel = ctx.GetGuild().GetChannel(GuildEnvironment.channelJackpotNum)
let slotsChannel = ctx.GetGuild().GetChannel(GuildEnvironment.channelSlots) let slotsChannel = ctx.GetGuild().GetChannel(GuildEnvironment.channelSlots)
sendEmbedWithLoop jackpotNumChannel slotsChannel sendEmbedWithLoop slotsChannel slotsChannel

View File

@ -34,7 +34,7 @@ let channelWhitelist = getId "CHANNEL_WHITELIST"
//let channelTosserTed = getId "CHANNEL_TOSSERTED" //let channelTosserTed = getId "CHANNEL_TOSSERTED"
let channelShelters = getId "CHANNEL_SHELTERS" let channelShelters = getId "CHANNEL_SHELTERS"
let channelSlots = getId "CHANNEL_SLOTS" let channelSlots = getId "CHANNEL_SLOTS"
let channelJackpotNum = getId "CHANNEL_JACKPOTNUM" //let channelJackpotNum = getId "CHANNEL_JACKPOTNUM"
//let channelBackAlley = getId "CHANNEL_BACKALLEY" //let channelBackAlley = getId "CHANNEL_BACKALLEY"
//let channelMarket = getId "CHANNEL_MARKET" //let channelMarket = getId "CHANNEL_MARKET"
//let channelAccessoryShop = getId "CHANNEL_ACCESSORIES" //let channelAccessoryShop = getId "CHANNEL_ACCESSORIES"