mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
Remove a console.log
This commit is contained in:
parent
400312bdc2
commit
511c3995f5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user