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 +}