public virtual Task <IReadOnlyCollection <GuildEmote> > GetEmotesAsync(RequestOptions?options = null)
 {
     return(_socketGuild.GetEmotesAsync(options));
 }