@@ -9,7 +9,6 @@ This is a ticket bot that aims to provide a free and open source solution for ma
9
9
## Table of Contents
10
10
- [ 🛠️ Installation] ( #installation )
11
11
- [ ✨ Features] ( #features )
12
- - [ 💻 Usage] ( #usage )
13
12
- [ 📚 Documentation] ( #documentation )
14
13
- [ 🐛 Bug Reporting] ( #bug-reporting )
15
14
- [ 📃 License] ( #license )
@@ -20,6 +19,9 @@ This is a ticket bot that aims to provide a free and open source solution for ma
20
19
3 . Change to the project directory, for example: ` cd ticket-bot-project `
21
20
4 . Run ` npm install ` to install the dependencies
22
21
5 . Rename .env.example to .env and config.yml.example to config.yml
22
+ 6 . Open .env file and fill it with your bot's token, guild ID and client ID
23
+ 7 . Open config.yml to configure the settings and messages to your liking, make sure to properly configure the ticket categories
24
+ 8 . Start the bot: ` npm start `
23
25
24
26
## Features
25
27
@@ -50,14 +52,10 @@ This is a ticket bot that aims to provide a free and open source solution for ma
50
52
- Claim/Unclaim Tickets
51
53
- Move tickets to another category
52
54
- Pin tickets in a category
53
-
54
- ## Usage
55
- 1 . Open .env file and fill it with your bot's token, guild ID and client ID
56
- 2 . Open config.yml to configure the settings and messages to your liking, make sure to properly configure the ticket categories
57
- 3 . Start the bot: ` npm start `
55
+ - Add a custom slowmode to a ticket
58
56
59
57
## Documentation
60
- This project is still new, a wiki/documentation for it will be released in the future.
58
+ The Wiki will be improved over time and can be found here: https://github.com/ralphkb/sentinel-tickets/wiki
61
59
62
60
## Bug Reporting
63
61
- For bug reports, open an issue [ here] ( https://github.com/ralphkb/sentinel-tickets/issues ) .
0 commit comments