This commit is contained in:
Дмитрий Шиманский
2023-11-13 07:42:15 +03:00
parent 119e367e56
commit f9cd50d646
3 changed files with 15 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ namespace DiscordApp.Discord.Commands
[DefaultMemberPermissions(GuildPermission.Administrator)]
public async Task addAutoBranches(IChannel channel, string branchName = "Обсуждение")
{
//await DeferAsync(true);
await DeferAsync(true);
Autobranches autobranches = new()
{
ChannelId = channel.Id,