|
|
|
@ -263,6 +263,7 @@ func addUserCommandFunc(ctx disgoman.Context, args []string) {
|
|
|
|
if ctx.Message.Author.ID == ctx.CommandManager.Owners[0] {
|
|
|
|
if ctx.Message.Author.ID == ctx.CommandManager.Owners[0] {
|
|
|
|
user := geeksbot.User{
|
|
|
|
user := geeksbot.User{
|
|
|
|
ID: ctx.Message.Author.ID,
|
|
|
|
ID: ctx.Message.Author.ID,
|
|
|
|
|
|
|
|
SteamID: "",
|
|
|
|
IsActive: true,
|
|
|
|
IsActive: true,
|
|
|
|
IsStaff: true,
|
|
|
|
IsStaff: true,
|
|
|
|
IsAdmin: true,
|
|
|
|
IsAdmin: true,
|
|
|
|
|