From a9e97f80c44112a24fac4f705ead672a5482724c Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 22 Feb 2021 23:46:15 +0000 Subject: [PATCH] Update README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 560c072..a7b5341 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ An open-source ticket management bot for Discord - a free alternative to the pre - [What is this?](#what-is-this) - [Features](#features) - - [Localisable](#localisable) - [Screenshots](#screenshots) - [Getting started](#getting-started) - [Documentation](#documentation) @@ -52,41 +51,44 @@ DiscordTickets is packed full of features, many of which were suggested by its u - Request someone else to make a plugin - [Submit a feature request](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md#submitting-a-feature-request) if you think many other users would benefit from it +Here's some of the things that makes DiscordTickets awesome: + -#### Highly customisable +#### 1. Highly customisable Some messages can be configured for each server and for each ticket category. Every other message is set in the locale files, making it relatively easy to override the default messages. You can also configure the functionality of the bot to your liking and add commands with plugins. -#### Localisable + +#### 2. Localisable If the bot hasn't already been translated to your (community's) language, you can [translate](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md#translating) it yourself. Plugin authors are encouraged to support multiple languages as well. -#### Multiple ticket categories +#### 3. Multiple ticket categories Each ticket category has its own settings for messages and the support team roles. There's also multiple methods of creating a ticket. -#### A beautiful ticket archives portal +#### 4. A beautiful ticket archives portal Add the official [DiscordTickets-Portal](https://github.com/eartharoid/DiscordTickets-Portal) plugin for an instant ticket archives website. -#### Plugin support +#### 5. Plugin support Developers can add a lot of functionality to DiscordTickets without modifying the source code by creating plugins. Plugins can listen for client and ticket events, create commands, and more. [DiscordTickets-Portal](https://github.com/eartharoid/DiscordTickets-Portal) is an example of what can be done with plugins. -#### Open-source and self-hosted +#### 6. Open-source and self-hosted It's yours. -#### Supports multiple databases +#### 7. Supports multiple databases DiscordTickets uses [Sequelize](https://github.com/sequelize/sequelize) to allow you to choose from SQLite, MySQL, MariaDB, PostreSQL, or MSSQL for your database, with very little setup. @@ -117,7 +119,7 @@ If the [documentation](https://discordtickets.eartharoid.me) leaves you with que ## Contributing -For contributing instructions, or to find out all of the ways you can contribute, read [CONTRIBUTING](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md). All contributions are welcome and encouraged, but please [read the information](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md) given before doing so. +For contributing instructions, or to find out all of the ways you can contribute, read [CONTRIBUTING.md](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md). All contributions are welcome and encouraged, but please [read the information](https://github.com/eartharoid/DiscordTickets/blob/master/.github/CONTRIBUTING.md) given before doing so. ## Contributors