Remove extra redpill command
This commit is contained in:
parent
b014e9977e
commit
8cdd9b5aa6
@ -92,8 +92,8 @@ module Commands =
|
|||||||
type PlayerInteractions() =
|
type PlayerInteractions() =
|
||||||
inherit ApplicationCommandModule ()
|
inherit ApplicationCommandModule ()
|
||||||
|
|
||||||
[<SlashCommand("redpill", "Take the redpill and become a hacker")>]
|
// [<SlashCommand("redpill", "Take the redpill and become a hacker")>]
|
||||||
member _.AddHackerRole (ctx : InteractionContext) = Commands.addHackerRole ctx
|
// member _.AddHackerRole (ctx : InteractionContext) = Commands.addHackerRole ctx
|
||||||
|
|
||||||
[<SlashCommand("status", "Get your current status like bank account, and active hacks and defenses")>]
|
[<SlashCommand("status", "Get your current status like bank account, and active hacks and defenses")>]
|
||||||
member this.Status (ctx : InteractionContext) = Commands.status ctx
|
member this.Status (ctx : InteractionContext) = Commands.status ctx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user