From a1f91900cdc70cb2e5e37e80839a7cf6199591f3 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 22 Sep 2024 13:51:49 -0400 Subject: [PATCH] Update names and remove avatarUrl as it's useless --- src/DjsHandlers.js | 2 -- src/config.json | 9 +++------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/DjsHandlers.js b/src/DjsHandlers.js index 363322e..3d439ad 100644 --- a/src/DjsHandlers.js +++ b/src/DjsHandlers.js @@ -38,7 +38,6 @@ module.exports = { webhookClient.send({ content: 'This is a test of the WebhookClient', username: config.discord.testing.username, - avatarURL: config.discord.testing.avatarURL, embeds: [embed] }); }, @@ -57,7 +56,6 @@ module.exports = { webhookClient.send({ content: 'A user has voted for the bot on top.gg', username: config.discord.topgg.username, - avatarURL: config.discord.topgg.avatarURL, embeds: [embed] }); } diff --git a/src/config.json b/src/config.json index 700bc3e..1da0305 100644 --- a/src/config.json +++ b/src/config.json @@ -1,16 +1,13 @@ { "discord": { "testing": { - "username": "testing", - "avatarUrl": "https://assets.vfsh.dev/shednod.png" + "username": "HookShot Test System" }, "topgg": { - "username": "topgg", - "avatarUrl": "https://assets.vfsh.dev/shednod.png" + "username": "Silvanus votes on Top.gg" }, "uptimeKuma": { - "username": "uptimeKuma", - "avatarUrl": "https://assets.vfsh.dev/shednod.png" + "username": "Silvanus Uptime Monitor" } } } \ No newline at end of file