MCPcopy Create free account
hub / github.com/codebymitch/TitanBot / getCounterEmoji

Function getCounterEmoji

src/services/serverstatsService.js:41–43  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

39}
40
41export function getCounterEmoji(type) {
42 return getCounterConfig(type).emoji;
43}
44
45export async function getGuildCounterStats(guild) {
46 let memberCollection = guild.members.cache;

Callers

nothing calls this directly

Calls 1

getCounterConfigFunction · 0.85

Tested by

no test coverage detected