From 5400d6acd9b7f5c67db3cbacf7747c0031232289 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sat, 23 Jan 2021 14:48:59 -0900 Subject: [PATCH] fix bug in user service --- internal/exts/utils/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/exts/utils/utils.go b/internal/exts/utils/utils.go index 292413f..942b311 100644 --- a/internal/exts/utils/utils.go +++ b/internal/exts/utils/utils.go @@ -263,7 +263,6 @@ func addUserCommandFunc(ctx disgoman.Context, args []string) { if ctx.Message.Author.ID == ctx.CommandManager.Owners[0] { user := geeksbot.User{ ID: ctx.Message.Author.ID, - SteamID: "", IsActive: true, IsStaff: true, IsAdmin: true,