niekschoemaker.discord-tickets
v2.0.1
Published
A basic text transcripts plugin Discord Tickets.
Downloads
18
Readme
Text Transcripts
A simple plugin for Discord Tickets which adds basics text transcripts.
Supported versions
This plugin has been tested on Discord Tickets versions:
- 3.0
It may not work on versions not listed above.
Features
If log_messages
is enabled, this plugin sends a text file to the ticket creator (and to a log channel if configured) when a ticket is closed.
Commands
This plugin does not add any commands.
Supported languages
Due to its simplicity, this plugin does not support localisation and is only available in a single language:
- English (Great Britain)
Screenshots
Installation
- Run
npm i dsctickets.text-transcripts --no-save
- Add
dsctickets.text-transcripts
to theplugins
array in your bot's config file (./user/config.js
):plugins: [ 'dsctickets.text-transcripts' ]
- Add a new property to your config file:
module.exports = { debug: false, defaults: { // ... }, 'dsctickets.text-transcripts': { channels: { '<GUILD ID>': '<TEXT CHANNEL ID' } }, locale: 'en-GB', // ... update_notice: true };
Support
This is an officially maintained plugin, so you can get support here.