MCPcopy Create free account
hub / github.com/MathMan05/Fermi / makeIcon

Method makeIcon

src/webpage/notificationHandler.ts:11–13  ·  view source on GitHub ↗
(message: Message)

Source from the content-addressed store, hash-verified

9}
10export 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();

Callers 2

groupNotifsMethod · 0.95

Calls 1

getpfpsrcMethod · 0.45

Tested by

no test coverage detected