From 653d9dd464bd02bd09d2446da6ff6e9817fd78b1 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 24 Feb 2021 12:18:34 +0000 Subject: [PATCH] Update README Also remove .replit --- .replit | 2 -- README.md | 31 +++++++------------------------ 2 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 .replit diff --git a/.replit b/.replit deleted file mode 100644 index d409ef8..0000000 --- a/.replit +++ /dev/null @@ -1,2 +0,0 @@ -language = "nodejs" -run = "npm start" \ No newline at end of file diff --git a/README.md b/README.md index 77603ab..d2a3a68 100644 --- a/README.md +++ b/README.md @@ -38,45 +38,28 @@ DiscordTickets is packed full of features, many of which were suggested by its u Here's some of the things that makes DiscordTickets awesome: - -#### 1. 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. - -#### 2. 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. - -#### 3. 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. - -#### 4. 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. - -#### 5. 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. - -#### 6. Open-source and self-hosted - +6. **Open-source and self-hosted** It's yours. - -#### 7. Supports multiple databases - +7. **Supports multiple databases** DiscordTickets uses [Sequelize](https://github.com/sequelize/sequelize) to allow you to choose from SQLite, MySQL, MariaDB, PostgreSQL, or MSSQL for your database, with very little setup. - If you choose SQLite, which is the default as it is the easiest, you don't need to do anything! If you choose to use another database (recommended), you only need to install the package(s) with NPM and create the database. All of the database tables are created automatically, regardless of which database type you use. ### Screenshots