mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
DM debug
This commit is contained in:
parent
ae810e99f8
commit
d53d518903
2 changed files with 2 additions and 0 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue