remove some debug msg

This commit is contained in:
LouisLam
2021-07-10 12:04:40 +08:00
parent 44bcd78f9a
commit 86492f6dad
3 changed files with 5 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ class Notification {
const client = new Discord.Client();
await client.login(notification.discordToken)
console.log(notification.discordChannelID)
const channel = await client.channels.fetch(notification.discordChannelID);
await channel.send(msg);