mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Discord Bot Scaffolding
This commit is contained in:
parent
ceb3ab73c4
commit
c4bf4906ea
24 changed files with 1119 additions and 5 deletions
14
src/ServerManager.Discord/Enums/CommandType.cs
Normal file
14
src/ServerManager.Discord/Enums/CommandType.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace ServerManagerTool.Discord.Enums
|
||||
{
|
||||
public enum CommandType
|
||||
{
|
||||
BackupServer,
|
||||
ServerInfo,
|
||||
ServerList,
|
||||
ServerStatus,
|
||||
ShutdownServer,
|
||||
StartServer,
|
||||
StopServer,
|
||||
UpdateServer,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue