summaryrefslogtreecommitdiff
path: root/AyaBot/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'AyaBot/config.py')
-rw-r--r--AyaBot/config.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/AyaBot/config.py b/AyaBot/config.py
new file mode 100644
index 0000000..382a461
--- /dev/null
+++ b/AyaBot/config.py
@@ -0,0 +1,14 @@
+from nonebot.default_config import *
+
+#配置监听的 IP 和端口
+HOST = '127.0.0.1'
+PORT = 8080
+
+#设置超级用户
+SUPERUSERS = {1172294279}
+
+#机器人赋名,替代@
+NICKNAME = {'喵内', 'rbq', 'Aya'}
+
+#自定义命令开头
+COMMAND_START = {'', '/', '!', '/', '!'} \ No newline at end of file