Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muralianand12345 committed Jun 12, 2023
1 parent 56a4957 commit dcc54a7
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
# Ticket Bot

Discord Ticket Bot For FiveM RP Server!
Discord.js Version: 14.7.1
Give Credits :)
## Introduction
This is a Discord ticket bot for a FiveM RP server, inspired by EliteX Roleplay with modifications. It uses Discord.js version 14.7.1.

Same code used in EliteX Roleplay with some changes and modification!
Please note that this code may contain unnecessary elements, so feel free to remove anything you don't need. This is not the exact code used in Iconic Roleplay (Tamil), but it follows a similar logic with similar functionality.

Also note than this code contains more junks. Just use what you want and remove you don't.

This is not the code I use in Iconic Roleplay (Tamil), it is totally different with the same logic!

This repository won't be recieving any major updates! Only bug fixes. I think, I have covered almost everything that is needed for Roleplay server!
Important: This repository will only receive bug fixes and will not have major updates. I believe it includes most of the essential features needed for a Roleplay server. However, feel free to make further adjustments based on your requirements.

## Installation Steps

Requirements:
NodeJS 16+ (better latest version)
### Requirements
- NodeJS 16+ (preferably the latest version)

### LINUX
### Linux

``````bash
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install node
nvm install node
nvm ls-remote
nvm install (version)
nvm ls
nvm use (version)
``````
```

### WINDOWS
### Windows

https://nodejs.org/dist/v16.17.0/node-v16.17.0-x64.msi
Download and install Node.js version 16.17.0 from the following link:
[Node.js 16.17.0](https://nodejs.org/dist/v16.17.0/node-v16.17.0-x64.msi)

``````bash
```bash
git clone https://github.com/muralianand12345/Discord-Ticket-Bot
cd Discord-Ticket-Bot
npm i
node .
```
or

or

```bash
bash start.sh
``````
```


Must: Change .env.example to .env and add values to .env and config.json

### 💬Discord:
### 💬 Discord
- Murali Anand (! Murali Anand#5615)

## A ⭐ to this repository will be encouraging

0 comments on commit dcc54a7

Please sign in to comment.