Skip to content

Commit

Permalink
✏️ - Update Tipo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mah0o authored Jul 21, 2022
1 parent 333fd9f commit 5db5f0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
token: "",
guildID: "",
token: "", //Token of your application -> https://discord.com/developers/docs/intro <- HERE
guildID: "", //Your discord server ID

actuStatusBot: 15, //in seconds
actuStatusMSG: 15, //in seconds

serverID: "",
serverIP: "connect server.com",
serverID: "", //ID of your CFX server (found on your server page RedM/FiveM)
serverIP: "connect server.com", //Connection address to your server (Necessary for the display of the server status)

statusChannel: "",
statusChannel: "", //Channel ID where the status server will be.

staffRole: "",
staffRole: "", //Staff Role ID of your server.
}

0 comments on commit 5db5f0f

Please sign in to comment.