Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,25 @@ internal static void LoadToRam()

AllowedBanAll = new List<TelegramUser>
{
new(5651789),
new("raif9"),
new("eliamaggioni"),
new(5651789), // spyarect
new(414557820), // elisabeta hoxhaj
new(186407195), // lorenzocorallo
new(992285066) // Tommaso
};

AllowedMuteAll = new List<TelegramUser>
{
new(5651789),
new("raif9"),
new("eliamaggioni"),
new(5651789), // spyarect
new(414557820), // elisabeta hoxhaj
new(186407195), // lorenzocorallo
new(992285066) // Tommaso
};

AllowedSpam = new List<TelegramUser>
{
new(5651789),
new("raif9"),
new("eliamaggioni"),
new(5651789), // spyarect
new(414557820), // elisabeta hoxhaj
new(186407195), // lorenzocorallo
new(992285066), // Tommaso
new(349275135), //policreator
new(1051414781), //polinetwork,
Expand All @@ -116,8 +116,8 @@ internal static void LoadToRam()

Owners = new List<TelegramUser>
{
new(5651789),
new(107050697, "eliamaggioni"),
new(5651789), // spyarect
new(186407195), // lorenzocorallo
new(992285066) // Tommaso
};

Expand Down Expand Up @@ -186,4 +186,4 @@ public static bool IsAdmin(long id)
|| (SubCreators != null && SubCreators.Any(x => x.Id == id))
|| (AllowedSpam != null && AllowedSpam.Any(x => x.Id == id));
}
}
}
Loading