https://github.com/devfreaked/samp-bot
Server Monitor Discord Bot for San Andreas Multiplayer.
https://github.com/devfreaked/samp-bot
Last synced: 11 months ago
JSON representation
Server Monitor Discord Bot for San Andreas Multiplayer.
- Host: GitHub
- URL: https://github.com/devfreaked/samp-bot
- Owner: DevFreAkeD
- Created: 2024-07-01T05:32:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T08:26:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T12:18:28.613Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAMP-Bot
SAMP Bot is Discord Bot that displays informations about San Andreas Multiplayer Server.
## How To Install?
- Clone this repostory
`git clone https://github.com/DevFreAkeD/SAMP-Bot.git`
- Install `npm` packages
`npm install`
- Rename `.ENV.EXAMPLE` file to `.ENV`
- Open `.ENV` file and put there preferred `CMD_PREFIX`, `DISCORD_TOKEN(BOT_TOKEN)` and `SAMP_SERVER_IP` of a SAMP server
- Run Bot Using `node bot.js` command in Terminal.
## Commands
#### User Commands
- `ip` - Shows IP address of a SA:MP Server
- `server` - Displays informations about SA:MP Server
- `players` - Displays List of all Online Players.
- `ping` - Returns latency and Test Command to Test Bot.
- `bot` - Check Bot Credits.
#### Admin Commands
- `config` - command to change bot configurations such as `SAMP_SERVER_IP` and `Bot Name` include sub command `!config setip ` and `!config botname `.
- `setip` - Dynamically Change SAMP Server IP.
- `setbotname` - Dynamically Change Bot Name.