From 4660c5de571f727c5b7ecd1d2547dc682d29a01b Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 02:01:48 +0200 Subject: [PATCH] Create config.json --- config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..3ba1a28 --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "token": "your-token-goes-here", // Your bot token from https://discord.com/developers/applications/XXXXXXXXXXXXXXXXXXX/bot + "tweetParser": "https://fxtwitter.com/" // This value can be changed to any twitter embed service, for example "https://vxtwitter.com/" +}