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

Function setLoggingChannel

src/services/loggingService.js:420–422  ·  view source on GitHub ↗
(client, guildId, channelId)

Source from the content-addressed store, hash-verified

418
419/** @deprecated Use setLogChannel(client, guildId, 'audit', channelId) */
420export async function setLoggingChannel(client, guildId, channelId) {
421 return setLogChannel(client, guildId, 'audit', channelId);
422}
423
424export async function setLoggingEnabled(client, guildId, enabled) {
425 try {

Callers

nothing calls this directly

Calls 1

setLogChannelFunction · 0.85

Tested by

no test coverage detected