(message: Message)
| 9 | } |
| 10 | export class NotificationHandler { |
| 11 | static makeIcon(message: Message) { |
| 12 | return message.author.getpfpsrc(message.guild); |
| 13 | } |
| 14 | static channelMap = new Map<Channel, Set<Notification>>(); |
| 15 | static async sendMessageNotification(message: Message) { |
| 16 | const html = message.content.makeHTML(); |
no test coverage detected