toJson method

Map toJson()

Implementation

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