#user returning none
1 messages · Page 1 of 1 (latest)
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')
get member intents
Wow dam, stupid intents
thanks squidward
oh but now guild.get_member is returning none
fetch_member
async await donst really work
RuntimeError: Timeout context manager should be used inside a task
Can you show the Code?
