attempt to add ignored channels page
This commit is contained in:
parent
cb425fe3cd
commit
1c43beb82f
13 changed files with 238 additions and 124 deletions
|
|
@ -58,7 +58,7 @@ public class Guild
|
|||
|
||||
public class ChannelConfig
|
||||
{
|
||||
public List<ulong> IgnoredChannels { get; init; } = [];
|
||||
public List<ulong> IgnoredChannels { get; set; } = [];
|
||||
public List<ulong> IgnoredUsers { get; init; } = [];
|
||||
public Dictionary<ulong, List<ulong>> IgnoredUsersPerChannel { get; init; } = [];
|
||||
public Dictionary<ulong, ulong> Redirects { get; init; } = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue