1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 18:32:29 +01:00

grafana link in bot instance command

This commit is contained in:
Madeline 2022-08-27 21:39:24 +10:00
parent fa9509eb13
commit 0f43da9539

View File

@ -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`,
},