Skip to content

Commit

Permalink
Fix build errors from separate branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Oct 31, 2024
1 parent c2dd930 commit 605cdeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Commands/Moderation/CopyCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ private async Task IdleAsync(CommandContext context, DiscordChannel channel, Can
newOverwrites.Add(new DiscordOverwriteBuilder()
{
Target = channel.Guild.CurrentMember,
Type = DiscordOverwriteType.Member,
Allowed = channel.IsThread ? DiscordPermissions.SendMessagesInThreads : DiscordPermissions.SendMessages
});

Expand Down

0 comments on commit 605cdeb

Please sign in to comment.