mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 13:36:08 +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);
|
console.log(args, name);
|
||||||
|
|
||||||
if (name === "ping") {
|
if (name === "ping") {
|
||||||
console.log(row)
|
|
||||||
message.reply({ components: [row] })
|
message.reply({ components: [row] })
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
.catch(e => console.error(e))
|
.catch(e => console.error(e))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user