From 971ae0a434654cd09c04a0841a553eeefdeb4833 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:59:13 +0100 Subject: [PATCH] fixing configuration --- configuration.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/configuration.json b/configuration.json index 8e41ef8..40bbd4e 100644 --- a/configuration.json +++ b/configuration.json @@ -8,7 +8,18 @@ "channelGroupName": "global", "messages": [ { - "position": 0 + "position": 0, + "embed": { + "imageUrl": "https://i.imgur.com/93qXFd0.png", + "color": { + "red": 0, + "green": 0, + "blue": 0 + }, + "author": { + "useBot": true + } + } } ] } @@ -404,7 +415,18 @@ "channelGroupName": "global", "messages": [ { - "position": 0 + "position": 0, + "embed": { + "imageUrl": "https://i.imgur.com/1niu5wN.jpg", + "color": { + "red": 0, + "green": 0, + "blue": 0 + }, + "author": { + "useBot": true + } + } } ] }