public async Task StickerOf([Remainder] string item)
 {
     await Gif.GetRandomSticker(item, Context.Channel as SocketTextChannel);
 }