toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'guild_id': guildId,
    'emojis': emojis,
  };
}