Skip to content
Snippets Groups Projects
Commit 3f378d9b authored by Reviath's avatar Reviath
Browse files

Fixed GetPrefix function.

parent 97e83673
No related branches found
No related tags found
No related merge requests found
Pipeline #689 passed
...@@ -4,5 +4,6 @@ import "git.randomchars.net/Reviath/RemiliaScarlet/config" ...@@ -4,5 +4,6 @@ import "git.randomchars.net/Reviath/RemiliaScarlet/config"
// GetPrefix returns to Bot's prefix from config package // GetPrefix returns to Bot's prefix from config package
func GetPrefix() string { func GetPrefix() string {
config.ReadConfig()
return config.BotPrefix return config.BotPrefix
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment