mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
Update
This commit is contained in:
@ -2,6 +2,7 @@ import re
|
||||
|
||||
from none.default_config import *
|
||||
|
||||
HOST = '0.0.0.0'
|
||||
SECRET = 'abc'
|
||||
|
||||
SUPERUSERS = {1002647525}
|
||||
|
@ -1,4 +1,4 @@
|
||||
from none.command import CommandSession, CommandGroup
|
||||
from none.command import CommandSession, CommandGroup, permissions as perm
|
||||
|
||||
from . import expressions as expr
|
||||
|
||||
|
Reference in New Issue
Block a user