Fix bumpset
This commit is contained in:
2
main.go
2
main.go
@ -29,7 +29,7 @@ var (
|
|||||||
lastPM = make(map[string]time.Time)
|
lastPM = make(map[string]time.Time)
|
||||||
introMsg = make(map[string]string)
|
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."}
|
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
|
gitCommit string
|
||||||
commands []Command
|
commands []Command
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user