From 2875bad36d5c29fbf3752c467948eb754e2a4062 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Sat, 15 Apr 2017 22:52:57 -0400 Subject: [PATCH] Added example config file --- example_config.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 example_config.cfg diff --git a/example_config.cfg b/example_config.cfg new file mode 100644 index 0000000..36aacb2 --- /dev/null +++ b/example_config.cfg @@ -0,0 +1,14 @@ +[configuration] +#CONFIGURATION +#Config for the Discord ButtsBot (https://git.pocketjawa.com/pocketjawa/discord-buttsbot) +#Copy to config.cfg and fill in + +#Discord client token +token: + +#Channel IDs +bot_channel_id: + +#User and Group IDs +owner_id: +admin_id: \ No newline at end of file