summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-04-29 00:05:27 +0800
committerKyomotoi <[email protected]>2020-04-29 00:05:27 +0800
commit5487ad601dea57c34d8721e4373db57df2fe6f17 (patch)
tree35441f2f4792b16d4fd7df46209a61710d2bf9ed /config.py
parentad97a84075904e36acce2644166e00be53b3e120 (diff)
downloadATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.tar.gz
ATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.tar.bz2
ATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.zip
同样增加了一些琐碎小功能
Diffstat (limited to 'config.py')
-rw-r--r--config.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/config.py b/config.py
deleted file mode 100644
index 4dd7d5f..0000000
--- a/config.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from nonebot.default_config import *
-
-#配置监听的 IP 和端口
-HOST = '127.0.0.1'
-PORT = 8080
-
-#设置超级用户
-SUPERUSERS = {2791352599}
-
-#机器人赋名,替代@
-NICKNAME = {'喵内', 'rbq', ''}
-
-#自定义命令开头
-COMMAND_START = {'', '/', '!', '/', '!'} \ No newline at end of file