We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59beda3 commit 6bf111dCopy full SHA for 6bf111d
main.go
@@ -4,10 +4,8 @@ package main
4
import (
5
"flag"
6
"fmt"
7
- "math/rand"
8
"os"
9
"strconv"
10
- "time"
11
12
_ "github.com/FloatTech/ReiBot-Plugin/plugin/b14"
13
_ "github.com/FloatTech/ReiBot-Plugin/plugin/base64gua"
@@ -36,8 +34,6 @@ import (
36
34
)
37
35
38
func main() {
39
- rand.Seed(time.Now().UnixNano()) // 全局 seed,其他插件无需再 seed
40
-
41
token := flag.String("t", "", "telegram api token")
42
buffer := flag.Int("b", 256, "message sequence length")
43
debug := flag.Bool("d", false, "enable debug-level log output")
0 commit comments