summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-27 21:39:24 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-27 21:39:58 +1000
commit5034148ddb84c37590deb277ed331bcb0c445271 (patch)
treefc739e42621273dba2d4df8754e977b65471976d
parentMerge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl... (diff)
downloadserver-5034148ddb84c37590deb277ed331bcb0c445271.tar.xz
grafana link in bot instance command
-rw-r--r--slowcord/bot/src/commands/instance.ts1
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`, },