Add initial listplayers
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Dustin Pianalto 2021-02-24 14:06:18 -09:00
parent fb5f508fdf
commit 5a384305b0

View File

@ -12,9 +12,9 @@ import (
)
var ListplayersCommand = &disgoman.Command{
Name: "request",
Name: "listplayers",
Aliases: nil,
Description: "Submit a request for the guild staff",
Description: "List the players currently connected to a ARK server.",
OwnerOnly: false,
Hidden: false,
RequiredPermissions: 0,