1 files changed, 1 insertions, 0 deletions
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`,
},
|