diff --git a/config.json b/config.json new file mode 100644 index 0000000..6196b19 --- /dev/null +++ b/config.json @@ -0,0 +1,8 @@ +{ + "elasticsearch" : { + "elasticsearch_address" : "http://elasticsearchurlgoeshere:9200", + "elasticsearch_index_pattern" : "[logs-mupbot-]YYYY.MM.DD" + }, + "prefix": "!", + "token": "discordtokengoeshere" +}