(guildId)
| 243 | |
| 244 | export const getGuildConfigKey = (guildId) => `guild:${guildId}:config`; |
| 245 | export const getGuildBirthdaysKey = (guildId) => `guild:${guildId}:birthdays`; |
| 246 | |
| 247 | export async function getGuildConfig(client, guildId, context = {}) { |
| 248 | try { |
no outgoing calls
no test coverage detected