Skip to content
arandomnewaccount edited this page Aug 8, 2020 · 4 revisions

get list of DMs

getDMs()

bot.getDMs()

get list of guilds

getGuilds()

bot.getGuilds()

get list of relationships

getRelationships()

bot.getRelationships()
Relationship Type description
1 friend
2 block
3 incoming friend request
4 outgoing friend request

send friend request

requestFriend()

bot.requestFriend(ID)

accept friend request

acceptFriend()

bot.acceptFriend(ID)

remove friend / unblock user / delete outgoing friend request / reject incoming friend request

removeRelationship()

bot.removeRelationship(ID)

block user

blockUser()

bot.blockUser(ID)

Edit Name

changeName()

bot.changeName(Name)

Set Status

Status Type description
0 Online
1 Idle
2 Do Not Disturb
3 Invisible
'' Clear
'TEXT" Custom

setStatus()

bot.setStatus(status)

Set Avatar

setAvatar()

bot.setAvatar('Image Path')