Configuration

Config = {}
Config.GuildId = "" ----Discord Server Id
Config.Accepted = "" --- Accept Log Channel Id
Config.Rejected = "" --- Reject Channel Id
Config.RejectMessage1 = "Your Fivem name must match your Discord nickname (%s)." ---Reject Message Dont Change (%s)
Config.RejectMessage2 = "Could not verify your Discord account. Please try again later."
Config.RejectMessage3 = "You need to link your Discord account to connect."

Put BotToken with your Discord Bot Token in server.lua line no:1.

Replace GuildId with your Discord Server ID.

Replace Accepted with the Channel ID for logging accepted connections.

Replace Rejected with the Channel ID for logging rejected connections.

Last updated