MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getApplicationRoleSettingsKey

Function getApplicationRoleSettingsKey

src/utils/database.js:1145–1147  ·  view source on GitHub ↗
(guildId, roleId)

Source from the content-addressed store, hash-verified

1143}
1144
1145function getApplicationRoleSettingsKey(guildId, roleId) {
1146 return `guild:${guildId}:applications:role:${roleId}:settings`;
1147}
1148
1149export async function getApplicationRoleSettings(client, guildId, roleId) {
1150 try {

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected