Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新依赖并修复zerobot更新所带来的问题 #17

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
修复BUG
  • Loading branch information
tomoyo233 committed Sep 27, 2022
commit 25cabfce8af067acc02fcf76c35143516f9920cc
2 changes: 1 addition & 1 deletion pre_works.go
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ import (

func init() {
pflag.StringP("server", "s", "ws://127.0.0.1:6700/", "the websocket server address")
pflag.Int64SliceP("superuser", "u", []int64{}, "all superusers' id")
pflag.IntSliceP("superuser", "u", []int{}, "all superusers' id")
pflag.StringP("nickname", "n", "派蒙", "the bot's nickname")
pflag.StringP("log", "l", "info", "the level of logging")
pflag.BoolP("daemon", "d", false, "run the bot as a service")