3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 08:45:03 +00:00
This commit is contained in:
Dragory 2020-08-20 10:15:17 +03:00
parent 406ee23f0b
commit 53ce975b7f
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ export const SendWelcomeMessageEvt = welcomeEvent({
if (!dmChannel) return;
try {
console.log(`Sending welcome message to ${member.id}`);
await createChunkedMessage(dmChannel, formatted);
} catch (e) {
pluginData.state.logs.log(LogType.BOT_ALERT, {