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

Deleted unnecessary stuff from Multiplexer.

parent e78e24b3
Branches
Tags v1.7.5
No related merge requests found
Pipeline #687 passed
package multiplexer
var (
BotPrefix string // BotPrefix is bot's prefix to cut prefix's length
config *configStruct // config structure
)
type configStruct struct {
BotPrefix string `json:"BotPrefix"`
}
import "git.randomchars.net/Reviath/RemiliaScarlet/config"
// GetPrefix returns to Bot's prefix from config package
func GetPrefix() string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment