clarify comment

This commit is contained in:
Skip R
2025-11-25 14:31:39 -08:00
parent 61ef0c1051
commit f8b65fe1f0

View File

@@ -126,10 +126,10 @@ func (cl *DiscordClient) connect(ctx context.Context) error {
cl.usersFromReady[user.ID] = user cl.usersFromReady[user.ID] = user
} }
// We won't have a UserLogin during provisioning, because the UserLogin can // NOTE: We won't have a UserLogin during provisioning, because the UserLogin
// only be properly constructed once we know what the Discord user ID is // can only be properly constructed once we know what the Discord user ID is
// (i.e. we have returned from this function). Thus, rely on the login // (i.e. we have returned from this function). We'll rely on the login
// process calling this method manually. // process calling this method manually instead.
cl.BeginSyncingIfUserLoginPresent(ctx) cl.BeginSyncingIfUserLoginPresent(ctx)
return nil return nil