mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 13:09:04 +08:00
remove some debug msg
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user