Get help with RedM Bot
Getting started is simple:
No hosting or technical setup required!
The bot requires the following permissions:
When adding the bot, you can use the provided invite link which includes the correct permissions automatically.
Yes! The bot fully supports both VORP Framework and RSG Framework out of the box. The framework is automatically detected when your RedM server starts - no manual configuration needed.
Both frameworks have complete feature parity including inventory management, money systems, character data, weapon tracking, and job management.
For other frameworks, you would need to implement custom integration by modifying the framework configuration in config.lua.
If slash commands aren't appearing, try these solutions:
/ in a channel to see if commands appearPlayer identifiers can be found in several ways:
characters table | RSG: players table/players command when the player is online/playerinfo command to see all identifiers for an online playerIdentifiers typically start with prefixes like steam:, license:, or discord:
RSG Framework uses location-based job names instead of role-based names. Common mistakes:
Grade structure for law enforcement jobs:
Example: /setjob 1 vallaw 2 Sheriff makes player 1 the Valentine Sheriff
To see all available jobs and their correct names, check your rsg-core/shared/jobs.lua file.
No! Nexus is a fully managed service - we handle all the hosting and maintenance for you.
You only need to:
The bot runs 24/7 on our infrastructure at no cost to you.
Bot updates are automatic! We handle all updates and improvements to the Discord bot on our end.
For the RedM resource (Frsk_Discord-Server), you may occasionally need to update it:
restart Frsk_Discord-ServerWe'll announce major updates that require resource updates on our support channels.
Yes! The bot is completely open source and we take security seriously.
Security measures:
The entire bot source code is available for review on our GitHub repository.
Check these common issues:
REDM_API_URL matches your server IP and port/testconnection command for detailed error messagesYes! The bot is fully customizable:
cogs/admin.py for admin commandscogs/player.py for player commandsconfig.lua in the RedM resource for server-side behaviorAfter making changes, restart the bot for them to take effect.
Check the documentation for detailed guides or visit our GitHub repository to report issues.