Skip to content

Remove the on_user_update event #233

@ToothyDev

Description

@ToothyDev

Summary

This event is "made up" by Pycord and partly hides what is going on on the API

What is the feature request for?

The core library

The Problem

For both Member and User updates, Discord fires this event. Pycord splits this into two events, which can sometimes still "interfere", e.g. on_user_update being called twice by sharing 2 guilds with the bot, despite the underlying user only being updated once. This happens particularly when updating the Primary Guild, as @Paillat-dev and me found out

The Ideal Solution

on_user_update is removed and on_member_update is the leading update event that users use, following the API

The Current Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions