update abstract method

Future<GuildTemplate> update(
  1. Object guildId,
  2. String code, {
  3. String? name,
  4. String? description,
})

Implementation

Future<GuildTemplate> update(
  Object guildId,
  String code, {
  String? name,
  String? description,
});