Merubokkusu / Discord-S.C.U.M

A Discord API Wrapper for Userbots/Selfbots written in Python.
MIT License
588 stars 167 forks source link

KeyError: 'user_settings' while setStatus #475

Open WeOneGuy opened 1 year ago

WeOneGuy commented 1 year ago

Getting this error with code from the example


def setStatusTest(resp):
    if resp.event.ready_supplemental:
        bot.gateway.setStatus("idle")```