Send initial trainer message
This commit is contained in:
parent
8cdd9b5aa6
commit
be6a7d4bd8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user