Add initial listplayers

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

View File

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