fix bug in user service

development v0.0.32
DustyP 5 years ago
parent 74edd574b3
commit 5400d6acd9

@ -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,

Loading…
Cancel
Save