I am having this error:
Error occurred executing welcome set-message.
Discord.Interactions.InteractionException: Error occurred executing welcome set-message.
---> System.ArgumentException: Unknown channel type. (Parameter 'channel')
at Discord.ChannelPermissions.All(IChannel channel)
at Discord.Permissions.ResolveChannel(IGuild guild, IGuildUser user, IGuildChannel channel, UInt64 guildPermissions)
at Discord.WebSocket.SocketGuildUser.GetPermissions(IGuildChannel channel)
at Commands.WelcomeGroup.SetCustomWelcomeMessage(String message) in /app/commands/welcome-group/welcomeCommands.cs:line 80
at Discord.Interactions.Builders.ModuleClassBuilder.<>c__DisplayClass11_0.<<CreateCallback>g__ExecuteCallback|1>d.MoveNext()
--- End of inner exception stack trace ---
from this line:
if (Context.Guild.GetUser(Context.User.Id).GetPermissions(Context.Guild.SystemChannel).ManageChannel == false)