We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8098298 commit 1e04491Copy full SHA for 1e04491
src/commands/handlers/messaging.js
@@ -23,6 +23,7 @@ const handlers = {
23
type: (message.substring(1, message.length - 1).split(' ') || [null])[0],
24
message: message.substring(1, message.length - 1),
25
time: time,
26
+ account: command.getTag('account'),
27
tags: command.tags
28
});
29
} else {
@@ -125,6 +126,7 @@ const handlers = {
125
126
target: target,
127
tags: command.tags,
128
129
130
batch: command.batch
131
132
},
0 commit comments