toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'channel_id': channelId,
    'guild_id': guildId,
    'code': code,
  };
}