-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56a4957
commit dcc54a7
Showing
1 changed file
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |