-
-
Notifications
You must be signed in to change notification settings - Fork 163
User
arandomnewaccount edited this page Aug 8, 2020
·
4 revisions
getDMs()
bot.getDMs()
getGuilds()
bot.getGuilds()
getRelationships()
bot.getRelationships()
Relationship Type | description |
---|---|
1 | friend |
2 | block |
3 | incoming friend request |
4 | outgoing friend request |
requestFriend()
bot.requestFriend(ID)
acceptFriend()
bot.acceptFriend(ID)
removeRelationship()
bot.removeRelationship(ID)
blockUser()
bot.blockUser(ID)
changeName()
bot.changeName(Name)
Status Type | description |
---|---|
0 | Online |
1 | Idle |
2 | Do Not Disturb |
3 | Invisible |
'' | Clear |
'TEXT" | Custom |
setStatus()
bot.setStatus(status)
setAvatar()
bot.setAvatar('Image Path')