From 4f59f27fea5ee6c32b00d07cbebe0eb81365a41d Mon Sep 17 00:00:00 2001 From: Lorenzo Corallo Date: Sat, 28 Dec 2024 23:08:59 +0100 Subject: [PATCH] update user ids --- .../Code/Data/Variables/GlobalVariables.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs b/PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs index 9f0ab96e..c83249b4 100644 --- a/PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs +++ b/PoliNetworkBot_CSharp/Code/Data/Variables/GlobalVariables.cs @@ -79,25 +79,25 @@ internal static void LoadToRam() AllowedBanAll = new List { - new(5651789), - new("raif9"), - new("eliamaggioni"), + new(5651789), // spyarect + new(414557820), // elisabeta hoxhaj + new(186407195), // lorenzocorallo new(992285066) // Tommaso }; AllowedMuteAll = new List { - new(5651789), - new("raif9"), - new("eliamaggioni"), + new(5651789), // spyarect + new(414557820), // elisabeta hoxhaj + new(186407195), // lorenzocorallo new(992285066) // Tommaso }; AllowedSpam = new List { - 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, @@ -116,8 +116,8 @@ internal static void LoadToRam() Owners = new List { - new(5651789), - new(107050697, "eliamaggioni"), + new(5651789), // spyarect + new(186407195), // lorenzocorallo new(992285066) // Tommaso }; @@ -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)); } -} \ No newline at end of file +}