Ticket Transcript
Configuring Ticket Transcripts
Configuration Options
Basic Configuration
Option | Description | Example |
---|---|---|
Type | Set to |
|
Save | Enable or disable saving transcripts. |
|
MinMessages | Minimum number of messages in a ticket required to save a transcript. |
|
ArchiveChannelID | Channel ID where transcripts will be posted to. |
|
SavePath | Path to save the transcripts. |
|
Web Server Configuration
If using a web server, additional details are required:
Option | Description | Example |
---|---|---|
ClientID | The Client ID for your web server application. |
|
ClientSecret | The Client Secret for your web server application. |
|
CallbackURL | The callback URL for authentication. |
|
Port | The port your web server will run on. Ensure the port is open, if it isn't then it won't be accessible. |
|
Getting Client ID and Client Secret
To obtain the Client ID and Client Secret, you need to register an application with your web server provider (e.g., Discord):
Go to the Discord Developer Portal.
Navigate to your bot app.
Navigate to the "OAuth2" section to find your Client ID and generate a Client Secret.
Set the Redirect URI to match your CallbackURL defined in the config.
If you get
Invalid OAuth2 redirect_uri
then the above details are incorrect.
Example Configuration
Last updated