public static void CheckGroup(long sender, long steamid)
                {
                    string results = ValheimDB.GetGroup(steamid.ToString());

                    Util.RoutedBroadcast(sender, $"The user: {steamid} is in the Group: {results}");
                }