niekschoemaker.discord-tickets

2.0.1 • Public • Published

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

Screenshot of a text file

Installation

  1. Run npm i dsctickets.text-transcripts --no-save
  2. Add dsctickets.text-transcripts to the plugins array in your bot's config file (./user/config.js):
    plugins: [
    	'dsctickets.text-transcripts'
    ]
  3. 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.

Readme

Keywords

none

Package Sidebar

Install

npm i niekschoemaker.discord-tickets

Weekly Downloads

5

Version

2.0.1

License

GPL-3.0

Unpacked Size

122 kB

Total Files

17

Last publish

Collaborators

  • niekschoemaker