Skip to content
Snippets Groups Projects
Commit 785ed205 authored by Levatax's avatar Levatax
Browse files

Fix hardcoded prefix

parent 0ecbecec
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ func main() {
// Setup multiplexer
m.SessionRegisterHandlers(session)
m.Prefix = "!"
m.Prefix = config.Prefix
m.Categories = append(m.Categories, system)
// Output message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment