diff options
Diffstat (limited to 'commands/global.go')
-rw-r--r-- | commands/global.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/global.go b/commands/global.go index 459192f6..ec7d623c 100644 --- a/commands/global.go +++ b/commands/global.go @@ -1,8 +1,6 @@ package commands -var ( - GlobalCommands *Commands -) +var GlobalCommands *Commands func register(cmd Command) { if GlobalCommands == nil { |