Edit .gitignore.
This commit is contained in:
parent
52a3a73923
commit
ba89e901ca
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
// Your bot token
|
||||||
token: 'YOUR TOKEN GOES HERE',
|
token: 'YOUR TOKEN GOES HERE',
|
||||||
|
// Get it in the oAuth page
|
||||||
clientId: 'YOUR CLIENT ID GOES HERE',
|
clientId: 'YOUR CLIENT ID GOES HERE',
|
||||||
guildId: 'YOUR GUILD GOES HERE'
|
// Guild/Server ID
|
||||||
|
guildId: 'YOUR GUILD GOES HERE'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue