Skip to content

A bot that updates a embed for FiveM servers information c:

Notifications You must be signed in to change notification settings

Dexvoo/IN-ServerStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IN-ServerStatus

A discord bot that interacts with (https://github.com/PABLO-1610/cfx-api)
Discord JS v14
Slash Commands
How to install
npm install

Create a .env file (at the root of the folder) and use the config below, Please fill in everything execept from FiveMMessageID.

# Discord Bot Token
Token=''
# Your Guild Information
ClientID=''
GuildID=''
# Embed Config
ThumnailImage='https://imgur.com/0KIFmOl.gif'
EmbedColour='#a082ff'
FooterText='• IND 2022'
FooterImage='https://imgur.com/0KIFmOl.gif'
# FiveM Server Status
FiveMEmbedUpdateTime=60 # In Seconds
FiveMServerID='lm6l84' # https://keymaster.fivem.net/
FiveMShowPlayerInformation=false # or true
FiveMChannelID=''
DonationWebsite='https://ind.tebex.io'

# Leave blank for install, once you have the message ID Put it in
FiveMMessageID=''

Discord Commands Register

npm run commands

Starting Bot

npm run dev

Copy the message id of the message inside of the FiveMChannelID, place it the config. Save any .js file and it will be running!

About

A bot that updates a embed for FiveM servers information c:

Resources

Stars

Watchers

Forks