cleanup profiles
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 16s
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 16s
This commit is contained in:
@ -27,7 +27,7 @@ public class PingCommand extends BatCommand {
|
||||
public void execute(@NonNull BatGuild guild, @NonNull BatUser user, @NonNull TextChannel channel, @NonNull Member member, @NonNull SlashCommandInteraction interaction) {
|
||||
long time = System.currentTimeMillis();
|
||||
interaction.reply("Pinging...").queue(response -> {
|
||||
response.editOriginal(("Gateway response time: `%sms`\nAPI response time `%sms`").formatted(
|
||||
response.editOriginal("Gateway response time: `%sms`\nAPI response time `%sms`".formatted(
|
||||
DiscordService.JDA.getGatewayPing(),
|
||||
System.currentTimeMillis() - time
|
||||
)).queue();
|
||||
|
Reference in New Issue
Block a user