Browse Source

Fix bumpset

master
Gregory Rudolph 3 years ago
parent
commit
42969ca27c
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      main.go

2
main.go

@ -29,7 +29,7 @@ var ( @@ -29,7 +29,7 @@ var (
lastPM = make(map[string]time.Time)
introMsg = make(map[string]string)
quotes = []string{"The hardest choices require the strongest wills.", "You're strong, but I could snap my fingers and you'd all cease to exist.", "Fun isn't something one considers when balancing the universe. But this... does put a smile on my face.", "Perfectly balanced, as all things should be.", "I am inevitable."}
version = "3.0"
version = "3.2"
gitCommit string
commands []Command
)

Loading…
Cancel
Save