Make sure to set the discord id on login

This commit is contained in:
Gary Kramlich
2022-01-10 14:49:05 -06:00
parent de1f524e25
commit 167fdede1f

View File

@@ -129,5 +129,8 @@ func (l *loginCmd) Run(g *globals) error {
return err return err
} }
g.user.ID = user.UserID
g.user.Update()
return nil return nil
} }