#user returning none

1 messages · Page 1 of 1 (latest)

stiff hemlock
#

bot.get_user or guild.get_member is returning none even tho the user exists because its my id

Why? sad

#

my main.py file contains a flask application which is going to do a dashboard, leaderboards but i also have pycord linked

#

how i init pycord

import discord

bot = discord.Bot()

bot.run('my-token')
half thistle
#

get member intents

stiff hemlock
#

Wow dam, stupid intents

stiff hemlock
#

oh but now guild.get_member is returning none

fresh quiver
stiff hemlock