mirror of https://github.com/velour/catbase.git
Removing extraneous println
This commit is contained in:
parent
bcbd41a9b6
commit
a27368af7e
|
@ -38,7 +38,6 @@ func (p *DicePlugin) Message(message bot.Message) bool {
|
||||||
var dice []string
|
var dice []string
|
||||||
if len(parts) == 1 {
|
if len(parts) == 1 {
|
||||||
dice = strings.Split(parts[0], "d")
|
dice = strings.Split(parts[0], "d")
|
||||||
fmt.Println()
|
|
||||||
} else {
|
} else {
|
||||||
dice = strings.Split(parts[1], "d")
|
dice = strings.Split(parts[1], "d")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue