πŸ€–Discord Bot

This is way more simple than you think so don't panic. It's an easier way to manage who can access the female benefits of the script by making a call to your discord server.

If you have a custom discord bot already, you should have a bot token that you should be able to use and fill it out in the sv_config.lua. You can view/manage your bots by navigating to the link below in your browser which will bring you to the developer portal for discord. https://discord.com/developers/applications

Discord Guild ID

See link to find out how to get your server's guild id: https://cybrancee.com/learn/knowledge-base/how-to-find-a-discord-guild-id/

DiscordGuildId = '696969669696969696969696969',
BotToken = 'bunchofrandomlettersandnumbersandshit',
FemaleDiscordRoles = { -- Right click the role in discord and click Copy Role ID.
    '69420694208420',
},

Get your discord bot token: https://discordjs.guide/preparations/setting-up-a-bot-application.html#your-bot-s-token

Last updated