Skip to content

Commit a839b28

Browse files
committed
Update channel list.
1 parent 9b75e87 commit a839b28

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

src/Automation/MessageExtensions.cs

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,23 @@ public static bool IsPublicChannel(this IChannel channel)
6565
{
6666
IEnumerable<ulong> publicChannels = new ulong[]
6767
{
68-
435094509953744907, // #announcements
69-
633724305871470593, // #goodbyes
70-
633725420285591571, // #deletions
71-
435152590209286145, // #reviews
72-
455012497775132673, // #community
73-
74-
368117881000427540, // #general
75-
479405352207777795, // #gaming
76-
1036776421584027688,// #game-screenshots
77-
845428451077783643, // #verification
78-
79-
437311972917248022, // #act-i
80-
437312012603752458, // #the-departure
81-
802974954160128011, // #arctic-cold
82-
439742315016486922, // #dev-screenshots
83-
457813004889751553, // #ideas
84-
454937488000024577, // #bugs
68+
435094509953744907, // #announcements
69+
633724305871470593, // #goodbyes
70+
633725420285591571, // #deletions
71+
435152590209286145, // #reviews
72+
455012497775132673, // #community
73+
74+
368117881000427540, // #general
75+
479405352207777795, // #gaming
76+
1036776421584027688, // #game-screenshots
77+
845428451077783643, // #verification
78+
79+
437311972917248022, // #act-i
80+
437312012603752458, // #the-departure
81+
1468770259736727744, // #arctic-cold
82+
439742315016486922, // #dev-screenshots
83+
457813004889751553, // #ideas
84+
454937488000024577, // #bugs
8585
};
8686

8787
return publicChannels.Contains(channel.Id);
@@ -92,18 +92,18 @@ public static bool IsProtectedChannel(this IChannel channel)
9292
IEnumerable<ulong> protectedChannels = new ulong[]
9393
{
9494
1036776421584027688, // #game-screenshots
95-
435094509953744907, // #announcements
96-
454937488000024577, // #bugs
97-
439742315016486922, // #dev-screenshots
98-
457813004889751553, // #ideas
99-
883750008141279253, // #game-dev
100-
455012497775132673, // #community
101-
435152590209286145, // #reviews
102-
633725420285591571, // #deletions
103-
633724305871470593, // #goodbyes
104-
437311972917248022, // #act-i
105-
437312012603752458, // #the-departure
106-
802974954160128011, // #arctic-cold
95+
435094509953744907, // #announcements
96+
454937488000024577, // #bugs
97+
439742315016486922, // #dev-screenshots
98+
457813004889751553, // #ideas
99+
883750008141279253, // #game-dev
100+
455012497775132673, // #community
101+
435152590209286145, // #reviews
102+
633725420285591571, // #deletions
103+
633724305871470593, // #goodbyes
104+
437311972917248022, // #act-i
105+
437312012603752458, // #the-departure
106+
1468770259736727744, // #arctic-cold
107107
};
108108

109109
return protectedChannels.Contains(channel.Id);

0 commit comments

Comments
 (0)