Skip to content

Commit

Permalink
Remove obsolete log
Browse files Browse the repository at this point in the history
  • Loading branch information
Glazelf committed Jun 25, 2024
1 parent a111327 commit 665faf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/info/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import sendMessage from "../../util/sendMessage.js";

export default async (client, interaction) => {
try {
console.log(interaction.inGuild());
let commandPing = Math.abs(Date.now() - interaction.createdTimestamp);
let websocketPing = Math.abs(client.ws.ping);
let replyString = `Pong!\n- Websocket ping is ${websocketPing}ms.\n- Command ping is ${commandPing}ms.`;
Expand Down

0 comments on commit 665faf5

Please sign in to comment.