toJson method

Map toJson()

Implementation

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