Disable jackpot thing for now
This commit is contained in:
parent
fdd92d185c
commit
5654986091
@ -417,11 +417,11 @@ let sendEmbedWithLoop (jackpotNumChannel : DiscordChannel) (slotsChannel : Disco
|
||||
} |> Async.Start
|
||||
|
||||
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)
|
||||
sendEmbedWithLoop jackpotNumChannel slotsChannel
|
||||
sendEmbedWithLoop slotsChannel slotsChannel
|
||||
|
||||
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)
|
||||
sendEmbedWithLoop jackpotNumChannel slotsChannel
|
||||
sendEmbedWithLoop slotsChannel slotsChannel
|
||||
|
@ -34,7 +34,7 @@ let channelWhitelist = getId "CHANNEL_WHITELIST"
|
||||
//let channelTosserTed = getId "CHANNEL_TOSSERTED"
|
||||
let channelShelters = getId "CHANNEL_SHELTERS"
|
||||
let channelSlots = getId "CHANNEL_SLOTS"
|
||||
let channelJackpotNum = getId "CHANNEL_JACKPOTNUM"
|
||||
//let channelJackpotNum = getId "CHANNEL_JACKPOTNUM"
|
||||
//let channelBackAlley = getId "CHANNEL_BACKALLEY"
|
||||
//let channelMarket = getId "CHANNEL_MARKET"
|
||||
//let channelAccessoryShop = getId "CHANNEL_ACCESSORIES"
|
||||
|
Loading…
x
Reference in New Issue
Block a user