Remove a console.log

This commit is contained in:
Marcos Susaña 2022-07-13 19:33:00 -04:00 committed by GitHub
parent 400312bdc2
commit 511c3995f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ session.on("messageCreate", (message) => {
console.log(args, name);
if (name === "ping") {
console.log(row)
message.reply({ components: [row] })
.then(() => {})
.catch(e => console.error(e))
@ -55,4 +54,4 @@ session.on("interactionCreate", (interaction) => {
}
});
await session.start();
await session.start();