fix bug in user service

This commit is contained in:
Dustin Pianalto
2021-01-23 14:46:25 -09:00
parent f85c475cfd
commit 121a21e1c6
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -263,6 +263,7 @@ 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,