get method

  1. @override
Future<GuildEmoji> get(
  1. Snowflake id
)
override

Get an item by its id from the cache if it exists, else fetch it from the API.

Implementation

@override
Future<GuildEmoji> get(Snowflake id) async => await super.get(id) as GuildEmoji;