(client, guildId, channelId)
| 418 | |
| 419 | /** @deprecated Use setLogChannel(client, guildId, 'audit', channelId) */ |
| 420 | export async function setLoggingChannel(client, guildId, channelId) { |
| 421 | return setLogChannel(client, guildId, 'audit', channelId); |
| 422 | } |
| 423 | |
| 424 | export async function setLoggingEnabled(client, guildId, enabled) { |
| 425 | try { |
nothing calls this directly
no test coverage detected