Send initial trainer message
This commit is contained in:
parent
8cdd9b5aa6
commit
be6a7d4bd8
@ -6,10 +6,10 @@ open DSharpPlus
|
|||||||
open DSharpPlus.SlashCommands
|
open DSharpPlus.SlashCommands
|
||||||
open Degenz
|
open Degenz
|
||||||
open Degenz.PlayerInteractions
|
open Degenz.PlayerInteractions
|
||||||
//open Degenz.SlotMachine
|
|
||||||
open Degenz.HackerBattle
|
open Degenz.HackerBattle
|
||||||
open Degenz.Store
|
open Degenz.Store
|
||||||
open Emzi0767.Utilities
|
open Emzi0767.Utilities
|
||||||
|
//open Degenz.SlotMachine
|
||||||
|
|
||||||
type EmptyGlobalCommandToAvoidFamousDuplicateSlashCommandsBug() = inherit ApplicationCommandModule ()
|
type EmptyGlobalCommandToAvoidFamousDuplicateSlashCommandsBug() = inherit ApplicationCommandModule ()
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ let run (client : DiscordClient) =
|
|||||||
do! client.ConnectAsync () |> Async.AwaitTask
|
do! client.ConnectAsync () |> Async.AwaitTask
|
||||||
}
|
}
|
||||||
|
|
||||||
//Trainer.sendInitialEmbed hackerBattleBot
|
Trainer.sendInitialEmbed hackerBattleBot
|
||||||
|
|
||||||
clients
|
clients
|
||||||
|> Array.map run
|
|> Array.map run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user