We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce12e6 commit 6618011Copy full SHA for 6618011
1 file changed
commands/stats.js
@@ -26,7 +26,7 @@ exports.run = (message, bot) => {
26
embed.setDescription("\nNitro is the next best thing in Server Managment\nIt can handle any type of server, with loads of customization to spare")
27
embed.setTitle("`[ Stats ]`")
28
embed.setColor(0x4DD0D9)
29
- embed.addField("Creator", "Funnbot#4695", true)
+ embed.addField("Creator", "Funnbot#8830 Yes Jason It's Me...", true)
30
embed.addField("Uptime", uptime, true)
31
getSharded(bot).then((res) => {
32
0 commit comments