getMeLivestream

Example:

const bot = new Dlive(bot);

bot.getMeLivestream().then(res => {
	console.log(`We have ${res.emote.mine.list.length} available emote(s) for our livestream`);
});
We have 1 available emote(s) for our livestream
{
   "id":"user:dlive-29912156",
   "username":"dlive-29912156",
   "role":"None",
   "emote":{
      "mine":{
         "list":[
            {
               "name":"35d03ecb3008f54_112112",
               "username":"dlive-29912156",
               "sourceURL":"https://images.prd.dlivecdn.com/emote/35d03ecb3008f54_112112",
               "mimeType":"image/gif",
               "level":"USER_LEVEL",
               "type":"EMOTE",
               "__typename":"Emote"
            }
         ],
         "__typename":"EmoteConnection"
      },
      "__typename":"AllEmotes",
      "channel":{
         "list":[

         ],
         "__typename":"EmoteConnection"
      }
   },
   "__typename":"User"
}