-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
} |