Skip to content

Commit

Permalink
Version 1 released!
Browse files Browse the repository at this point in the history
Version 1 of my Discord.js v13 bot has been released officially! If you encounter any bugs feel free to report them at https://github.com/lezetho/ticket-bot/issues , do a pull request, or friend me on Discord at `lezeth0`!
  • Loading branch information
lezetho authored Feb 26, 2024
1 parent 602e93d commit db5fd08
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
<img align="center" src="./assets/DJS_v13_Ticket_Bot.png" alt="Repo Banner">

## How to install
```console
git clone https://github.com/lezetho/ticket-bot.git
cd ticket-bot
npm install
node .
```
## How to setup

Edit the `config.json`

```json
{
"token": "YOUR_TOKEN_HERE",
"prefix": "- (this is a example, you can do anything)",
"serverName": "YOUR_SERVER_NAME_HERE"
}
```

0 comments on commit db5fd08

Please sign in to comment.