forked from Fascinated/Bat
fix botstats command
This commit is contained in:
parent
d77c937818
commit
88b88633a7
@ -42,8 +42,8 @@ public class BotStatsCommand extends BatCommand {
|
|||||||
|
|
||||||
interaction.replyEmbeds(EmbedUtils.genericEmbed().setDescription(
|
interaction.replyEmbeds(EmbedUtils.genericEmbed().setDescription(
|
||||||
"**Bot Statistics**\n" +
|
"**Bot Statistics**\n" +
|
||||||
"➜ Guilds: **%s\n".formatted(jda.getGuilds().size()) +
|
"➜ Guilds: **%s**\n".formatted(jda.getGuilds().size()) +
|
||||||
"➜ Users: **%s\n".formatted(jda.getUsers().size()) +
|
"➜ Users: **%s**\n".formatted(jda.getUsers().size()) +
|
||||||
"➜ Gateway Ping: **%sms**\n".formatted(jda.getGatewayPing()) +
|
"➜ Gateway Ping: **%sms**\n".formatted(jda.getGatewayPing()) +
|
||||||
"\n" +
|
"\n" +
|
||||||
"**Bat Statistics**\n" +
|
"**Bat Statistics**\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user