From a2f0f79d5876a05c9a96060ec180ff69d73e84d1 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Thu, 14 Jan 2021 17:37:42 +0000 Subject: [PATCH] feat(*): Add github url to config --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 6196b19..afd87fa 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "elasticsearch_address" : "http://elasticsearchurlgoeshere:9200", "elasticsearch_index_pattern" : "[logs-mupbot-]YYYY.MM.DD" }, + "github_url" : "https://github.com/jcreek/MupBot", "prefix": "!", "token": "discordtokengoeshere" }