feat: split ignores into 'ignore messages' and 'ignore entities'
This commit is contained in:
parent
d48ab7e16e
commit
0cac964aa6
32 changed files with 730 additions and 488 deletions
|
|
@ -68,8 +68,11 @@ public class ChannelDeleteResponder(
|
|||
embed.AddField("Description", topic);
|
||||
|
||||
webhookExecutor.QueueLog(
|
||||
guildConfig,
|
||||
LogChannelType.ChannelDelete,
|
||||
webhookExecutor.GetLogChannel(
|
||||
guildConfig,
|
||||
LogChannelType.ChannelDelete,
|
||||
channelId: channel.ID
|
||||
),
|
||||
embed.Build().GetOrThrow()
|
||||
);
|
||||
return Result.Success;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue