package main type Group struct { ID int Name string Permissions string Is_Mod bool Is_Admin bool Is_Banned bool Tag string }