diff options
| author | Max Audron <audron@cocaine.farm> | 2021-10-16 13:49:23 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-16 13:53:22 +0200 |
| commit | 7cbe1e70e440c29375425182e661ea9ff7bd6300 (patch) | |
| tree | de36d71d9167eed333f9a216f2d1588941b528c0 /config.debug.toml | |
| parent | move bot initialization out of macro (diff) | |
rework configuration to allow extensibility by hooksconfig-rework
Diffstat (limited to 'config.debug.toml')
| -rw-r--r-- | config.debug.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.debug.toml b/config.debug.toml new file mode 100644 index 0000000..9e7a0e7 --- /dev/null +++ b/config.debug.toml @@ -0,0 +1,5 @@ +[debug] +[debug.user] +nickname = "kittynator" +[debug.server] +channels = ["#audron-test"] |
