toJson method

Map toJson()

Implementation

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