fetch method

Future<GuildTemplate> fetch()

Fetch this template.

Implementation

Future<GuildTemplate> fetch() => manager.fetchGuildTemplate(code);