From a0f04c1265932e0fbb2ebf77e4e35336cdfa2a69 Mon Sep 17 00:00:00 2001 From: ECHibiki <34425597+ECHibiki@users.noreply.github.com> Date: Sat, 3 Nov 2018 15:19:27 -0400 Subject: [PATCH] Create bot-setting.json --- build/bot-setting.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 build/bot-setting.json diff --git a/build/bot-setting.json b/build/bot-setting.json new file mode 100644 index 0000000..951bc91 --- /dev/null +++ b/build/bot-setting.json @@ -0,0 +1,16 @@ +{ +"CLIENTID":, +"CLIENTSECRET":"", +"BOTTOKEN":"", +"PERMISSION":8, +"MESSAGE":"test line right here", +"MESSAGELIST":[ + {"MSG":"line 1","ATCH":"https://d3ieicw58ybon5.cloudfront.net/full/u/f59a9434b34c4b7bb3cfafc6c43c0f3c.jpg"}, + {"MSG":"line 2","ATCH":"https://i.pinimg.com/originals/f7/fe/2e/f7fe2e21ff411a12aa1717c1400ae69b.jpg"}, + {"MSG":"line 3","ATCH":"https://wallpapersite.com/images/pages/pic_w/8040.jpg"}], +"MESSAGENEWMEMBER":"User Joined:", +"NEWMEMBERCHANNEL":"test-welcome", +"POSTTIMEOUT": 1000, +"VOICETIMEOUT":2000, +"VOICEFILE":"test.mp3" +} -- 2.11.4.GIT