forked from engineering/cloudservices
Added user for notification, in cloud logs only
parent
e55eeb8dc7
commit
28229f6e69
|
@ -29,6 +29,7 @@ export default class Notify extends Command {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
channel.createMessage({ embed });
|
channel.createMessage({ embed });
|
||||||
});
|
});
|
||||||
|
embed.addField('User', `${account.username} | <@${account.userID}>`, true);
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
this.client.createMessage('580950455581147146', { embed });
|
this.client.createMessage('580950455581147146', { embed });
|
||||||
this.client.util.transport.sendMail({
|
this.client.util.transport.sendMail({
|
||||||
|
|
Loading…
Reference in New Issue