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({ return message.reply({
embeds: [{ embeds: [{
title: "Instance Stats", title: "Instance Stats",
description: "For more indepth information, check out https://grafana.understars.dev",
footer: { footer: {
text: `Last checked: ${Math.floor((Date.now() - cache.lastChecked) / (1000 * 60))} minutes ago`, text: `Last checked: ${Math.floor((Date.now() - cache.lastChecked) / (1000 * 60))} minutes ago`,
}, },