From 0f43da95392a2a2ee01fa0deb33fae8bf9e86d83 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 27 Aug 2022 21:39:24 +1000 Subject: [PATCH] grafana link in bot instance command --- slowcord/bot/src/commands/instance.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/slowcord/bot/src/commands/instance.ts b/slowcord/bot/src/commands/instance.ts index d1b08cef..ac0c9b2d 100644 --- a/slowcord/bot/src/commands/instance.ts +++ b/slowcord/bot/src/commands/instance.ts @@ -21,6 +21,7 @@ export default { return message.reply({ embeds: [{ title: "Instance Stats", + description: "For more indepth information, check out https://grafana.understars.dev", footer: { text: `Last checked: ${Math.floor((Date.now() - cache.lastChecked) / (1000 * 60))} minutes ago`, },