Change default prefix back for main

This commit is contained in:
Dustin Pianalto 2020-10-09 21:46:28 -08:00
parent 6a33cceebb
commit 05d4096766

View File

@ -131,7 +131,7 @@ func getPrefixes(guildID string) []string {
prefixes = append(prefixes, prefix)
}
if len(prefixes) == 0 {
prefixes = append(prefixes, "Godev.", "godev.")
prefixes = append(prefixes, "Go.", "go.")
}
return prefixes
}