From 9988e0e8e1ec1d08f703e10f9d9ccc3ad85edf90 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 30 Apr 2016 17:22:33 +0000 Subject: initial commit --- config.example.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 config.example.yml (limited to 'config.example.yml') diff --git a/config.example.yml b/config.example.yml new file mode 100755 index 0000000..9cc1a19 --- /dev/null +++ b/config.example.yml @@ -0,0 +1,11 @@ +trigger: sample + +queue_size: 5 +admin: 12345678901234567 +op_role: sample-controller + +server: sample +voice_channel: General + +username: username@example.com +password: testpass123 -- cgit v1.3.1