bots property

Implementation

Map<Snowflake, GuildMember> get bots => _members.cache.where((element) => element.isBot);