diff options
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..ee18ccc --- /dev/null +++ b/config.toml @@ -0,0 +1,6 @@ +[bot] +plugin_dirs = ["plugins"] +adapters = ["alicebot.adapter.cqhttp"] + +[bot.log] +verbose_exception = true |
