From 6dc3f397d8ff6aa7cdb12e27bcc22bb7591807ff Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 11 Apr 2022 10:14:41 +0700 Subject: [PATCH] Reactivate bots --- Bot/Bot.fs | 14 +++++++------- Bot/GuildEnvironment.fs | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index b2d32fc..db62245 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -95,17 +95,17 @@ let asdf (_ : DiscordClient) (event : DSharpPlus.EventArgs.InteractionCreateEven slotsBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -//hackerBattleBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -//GuildEnvironment.botUserHackerBattle <- Some hackerBattleBot.CurrentUser +hackerBattleBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +GuildEnvironment.botUserHackerBattle <- Some hackerBattleBot.CurrentUser -//storeBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -//GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser +storeBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +GuildEnvironment.botUserArmory <- Some storeBot.CurrentUser -//inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously -//GuildEnvironment.botClientRecruit <- Some inviterBot +inviterBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +GuildEnvironment.botClientRecruit <- Some inviterBot -//adminBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously +adminBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //stealBot.ConnectAsync() |> Async.AwaitTask |> Async.RunSynchronously //if guild <> 922419263275425832uL then diff --git a/Bot/GuildEnvironment.fs b/Bot/GuildEnvironment.fs index 3abea24..80b0166 100644 --- a/Bot/GuildEnvironment.fs +++ b/Bot/GuildEnvironment.fs @@ -33,6 +33,7 @@ let channelWelcome = getId "CHANNEL_WELCOME" let channelWhitelist = getId "CHANNEL_WHITELIST" //let channelTosserTed = getId "CHANNEL_TOSSERTED" let channelShelters = getId "CHANNEL_SHELTERS" +let channelSlots = getId "CHANNEL_SLOTS" //let channelBackAlley = getId "CHANNEL_BACKALLEY" //let channelMarket = getId "CHANNEL_MARKET" //let channelAccessoryShop = getId "CHANNEL_ACCESSORIES"