(guildId)
| 1351 | } |
| 1352 | |
| 1353 | export function getJoinToCreateConfigKey(guildId) { |
| 1354 | return `guild:${guildId}:jointocreate`; |
| 1355 | } |
| 1356 | |
| 1357 | export function getJoinToCreateChannelsKey(guildId) { |
| 1358 | return `guild:${guildId}:jointocreate:channels`; |
no outgoing calls
no test coverage detected