From be6a7d4bd898f50cabf042a1d417e1bd11be9bf5 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 31 Jan 2022 15:06:12 +0700 Subject: [PATCH] Send initial trainer message --- Bot/Bot.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bot/Bot.fs b/Bot/Bot.fs index e6edc53..29318ff 100644 --- a/Bot/Bot.fs +++ b/Bot/Bot.fs @@ -6,10 +6,10 @@ open DSharpPlus open DSharpPlus.SlashCommands open Degenz open Degenz.PlayerInteractions -//open Degenz.SlotMachine open Degenz.HackerBattle open Degenz.Store open Emzi0767.Utilities +//open Degenz.SlotMachine type EmptyGlobalCommandToAvoidFamousDuplicateSlashCommandsBug() = inherit ApplicationCommandModule () @@ -75,7 +75,7 @@ let run (client : DiscordClient) = do! client.ConnectAsync () |> Async.AwaitTask } -//Trainer.sendInitialEmbed hackerBattleBot +Trainer.sendInitialEmbed hackerBattleBot clients |> Array.map run