Skip to content

Commit

Permalink
修改nickname
Browse files Browse the repository at this point in the history
  • Loading branch information
hutiance committed Oct 16, 2021
1 parent 7d82f9f commit 9459a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func printBanner() {
func main() {
printBanner()
zero.Run(zero.Config{
NickName: []string{"椛椛", "ATRI", "atri", "亚托莉", "アトリ"},
NickName: []string{"寿司", "饭团"},
CommandPrefix: "/",
// SuperUsers 某些功能需要主人权限,可通过以下两种方式修改
// []string{}:通过代码写死的方式添加主人账号
Expand Down

0 comments on commit 9459a33

Please sign in to comment.