(type)
| 39 | } |
| 40 | |
| 41 | export function getCounterEmoji(type) { |
| 42 | return getCounterConfig(type).emoji; |
| 43 | } |
| 44 | |
| 45 | export async function getGuildCounterStats(guild) { |
| 46 | let memberCollection = guild.members.cache; |
nothing calls this directly
no test coverage detected