/add
Description: Adds a new event.
Usage:
/add name:<event_name> type:<event_type> date:<date> time:<time> timezone:<timezone> chain:<chain> description:<description> [contractaddress:<address>] [explorerurl:<url>]
Fields:
- name: Name of the event.
- type: Type of the event.
- date: Date of the event (DD-MM-YYYY format).
- time: Time of the event (HH:mm format).
- timezone: Timezone for the event.
- chain: The blockchain chain related to the event.
- description: Brief description of the event.
- contractaddress (Optional): Contract address related to the event.
- explorerurl (Optional): URL of the contract explorer.
/edit
Description: Edits an existing event.
Usage:
/edit eventId:<event_id> name:<event_name> type:<event_type> date:<date> time:<time> timezone:<timezone> chain:<chain> description:<description> [contractaddress:<address>] [explorerurl:<url>]
Fields:
- event_id: Id of the event to be edited. Found by clicking the Edit button on the event embed.
- name: Name of the event.
- type: Type of the event.
- date: Date of the event (DD-MM-YYYY format).
- time: Time of the event (HH:mm format).
- timezone: Timezone for the event.
- chain: The blockchain chain related to the event.
- description: Brief description of the event.
- contractaddress (Optional): Contract address related to the event.
- explorerurl (Optional): URL of the contract explorer.