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
commit0f43da95392a2a2ee01fa0deb33fae8bf9e86d83 (patch)
tree618ca203669195c68fd407913c4920b0df2d619d
parentMerge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into sl... (diff)
downloadserver-0f43da95392a2a2ee01fa0deb33fae8bf9e86d83.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`, },