Change default prefix back for main
This commit is contained in:
parent
6a33cceebb
commit
05d4096766
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user