We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcb585 commit 3a7ed65Copy full SHA for 3a7ed65
config/config.go
@@ -28,7 +28,7 @@ type config struct {
28
MultiTokens []string
29
}
30
31
-var botTokenRegex = regexp.MustCompile(`MULTI\_TOKEN[\d+]=(.*)`)
+var botTokenRegex = regexp.MustCompile(`MULTI\_TOKEN\d+=(.*)`)
32
33
func (c *config) setupEnvVars(log *zap.Logger) {
34
envPath := filepath.Clean("fsb.env")
0 commit comments