-
Notifications
You must be signed in to change notification settings - Fork 20
User
The selfcord module, user is used to represent the discord user. It is simply just ones discord account.
-
name (str)
- The user's username, not unique across the platform -
id (str)
- The user's id -
discriminator (str)
- The user's 4-digit discord-tag -
avatar (str)
- The user's avatar hash -
banner (str)
- The user's banner hash -
bot (selfcord.bot.Bot)
- Get bot obj -
bot_acc (bool)
- er the user is a bot account or not -
avatar_url (str)
- The user's avatar_url -
banner_url (str)
- The user's banner_url -
system (bool)
- Whether the user is an Official Discord System user (part of the urgent message system) -
created_at (str)
- The UTC time in which the user account was created -
b64token (str)
- The base64 encoded userid, the first part of a users token
-
create_dm (str)
- Creates a DM for the current User
Our discord server: https://discord.gg/M43gDaHsry
yey