use custom prefixes

This commit is contained in:
Dustin Pianalto
2021-01-24 01:11:22 -09:00
parent ff5cfb5f3b
commit 715af8c1bc
2 changed files with 5 additions and 3 deletions
-2
View File
@@ -2,7 +2,6 @@ package guild
import (
"fmt"
"log"
"github.com/dustinpianalto/disgoman"
"github.com/dustinpianalto/geeksbot"
@@ -90,7 +89,6 @@ func removePrefixCommandFunc(ctx disgoman.Context, args []string) {
l--
i--
removed = append(removed, a)
log.Println(a)
}
}
}