Remove Aliases map

This commit is contained in:
Dustin Pianalto 2020-04-05 17:23:05 -08:00
parent 580a80de1b
commit f8f928fdb6

View File

@ -14,7 +14,6 @@ type CommandManager struct {
StatusManager StatusManager StatusManager StatusManager
OnErrorFunc OnErrorFunc OnErrorFunc OnErrorFunc
Commands map[string]*Command Commands map[string]*Command
Aliases map[string]string
IgnoreBots bool IgnoreBots bool
CheckPermissions bool CheckPermissions bool
} }