Skip to content

Commit 4f59f27

Browse files
update user ids
1 parent 565c62f commit 4f59f27

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,25 @@ internal static void LoadToRam()
7979

8080
AllowedBanAll = new List<TelegramUser>
8181
{
82-
new(5651789),
83-
new("raif9"),
84-
new("eliamaggioni"),
82+
new(5651789), // spyarect
83+
new(414557820), // elisabeta hoxhaj
84+
new(186407195), // lorenzocorallo
8585
new(992285066) // Tommaso
8686
};
8787

8888
AllowedMuteAll = new List<TelegramUser>
8989
{
90-
new(5651789),
91-
new("raif9"),
92-
new("eliamaggioni"),
90+
new(5651789), // spyarect
91+
new(414557820), // elisabeta hoxhaj
92+
new(186407195), // lorenzocorallo
9393
new(992285066) // Tommaso
9494
};
9595

9696
AllowedSpam = new List<TelegramUser>
9797
{
98-
new(5651789),
99-
new("raif9"),
100-
new("eliamaggioni"),
98+
new(5651789), // spyarect
99+
new(414557820), // elisabeta hoxhaj
100+
new(186407195), // lorenzocorallo
101101
new(992285066), // Tommaso
102102
new(349275135), //policreator
103103
new(1051414781), //polinetwork,
@@ -116,8 +116,8 @@ internal static void LoadToRam()
116116

117117
Owners = new List<TelegramUser>
118118
{
119-
new(5651789),
120-
new(107050697, "eliamaggioni"),
119+
new(5651789), // spyarect
120+
new(186407195), // lorenzocorallo
121121
new(992285066) // Tommaso
122122
};
123123

@@ -186,4 +186,4 @@ public static bool IsAdmin(long id)
186186
|| (SubCreators != null && SubCreators.Any(x => x.Id == id))
187187
|| (AllowedSpam != null && AllowedSpam.Any(x => x.Id == id));
188188
}
189-
}
189+
}

0 commit comments

Comments
 (0)