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

Fix hardcoded prefix

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