Skip to content

Commit 8254100

Browse files
committed
chore(bot): remove console log from ping command
1 parent 650a004 commit 8254100

File tree

1 file changed

+0
-1
lines changed
  • bot/src/commands/information

1 file changed

+0
-1
lines changed

bot/src/commands/information/ping.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { api } from "../../utils/trpc";
55
export default {
66
data: new SlashCommandBuilder().setName("ping").setDescription("Ping!"),
77
run: async ({ interaction }) => {
8-
console.log(await api.getGuilds.query());
98
interaction.reply(await api.greeting.query());
109
},
1110
} satisfies Command;

0 commit comments

Comments
 (0)