Dependencies

Bot Creation Tutorial

https://www.youtube.com/watch?v=FPkLZb6rA5M

Installation

  1. Download LuxuDiscordBot and extract it into your server's resources folder
  2. Make the folder name luxudiscord This is important, so that if you have LuxuAdmin, it can detect it.
  3. Create a discord bot. Check Discord
  4. Open bot.lua and change every value. Check Discord
  5. Open Config.lua and make all the changes needed. ⚠️ Don't skip Config.Permissions | Permissions

Add this to your server.cfg

server.cfg

add_ace resource.luxudiscord command allow

Start the resource in this order

server.cfg

# if you have esx
ensure es_extended
#if you have qbcore
ensure qb-core

ensure ox_lib
ensure LuxuModules
ensure LuxuDiscordBot
# If you have LuxuAdmin
ensure LuxuAdmin