mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
GetServerInfo, GetServerList and GetServerStatus done
This commit is contained in:
parent
d526a3f457
commit
824daed0d1
27 changed files with 484 additions and 91 deletions
|
|
@ -1,14 +1,15 @@
|
|||
namespace ServerManagerTool.Discord.Enums
|
||||
namespace ServerManagerTool.DiscordBot.Enums
|
||||
{
|
||||
public enum CommandType
|
||||
{
|
||||
BackupServer,
|
||||
ServerInfo,
|
||||
ServerList,
|
||||
ServerStatus,
|
||||
ShutdownServer,
|
||||
StartServer,
|
||||
StopServer,
|
||||
UpdateServer,
|
||||
Info,
|
||||
List,
|
||||
Status,
|
||||
|
||||
Backup,
|
||||
Shutdown,
|
||||
Start,
|
||||
Stop,
|
||||
Update,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue