Compare commits

...
1 Commits
Author SHA1 Message Date
Dustin Pianalto c776b25899 debug removing prefix
CI / build (push) Has been cancelled
2021-01-24 00:53:04 -09:00
+2
View File
@@ -2,6 +2,7 @@ package guild
import (
"fmt"
"log"
"github.com/dustinpianalto/disgoman"
"github.com/dustinpianalto/geeksbot"
@@ -87,6 +88,7 @@ func removePrefixCommandFunc(ctx disgoman.Context, args []string) {
l--
i--
removed = append(removed, a)
log.Println(a)
}
}
}