Aether

The Official Far Reach Co. Discord Bot


This bot is designed to integrate with the FRC character sheet system. It provides an interface to register your sheets and view different resources from those sheets within a discord channel. We intend to include more functionality to allow users to update specific resources as needed, please stay up to date by joining us on discord.


Invite

Commands

/cs add <link>

Adds a character sheet to the discord user's registry via an FRC character sheet invite link.
  • [link]: The invite link produced in the settings section of a character sheet.

/cs remove <id>

Removes an entry from the discord user's character sheet registry by ID.
  • [id]: The ID of the character sheet to be removed.

/cs list

Displays the character sheet registry specific to the discord user, including the ID's associated with each entry.

Output Format

Example:

ID: 1 Tarkik the Wise;
ID: 2 Selon of Sheldrein;
ID: 3 Barn Forgoer;

/cs get <id> <details>

Shows specific details of your character sheet.
  • [id]: The ID of the character sheet to access.
  • [details]: Choose the info you would like to view (e.g., General Info, Skills).

/cs spells <id> <type>

Shows a list of spells from your character sheet.
  • [id]: The ID of the character sheet to access.
  • [type]: The type of spells to display (e.g., Cantrips, First Level).