Edit .gitignore.

This commit is contained in:
Adrian Victor 2024-04-06 16:42:29 -03:00
commit ba89e901ca

View file

@ -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',
// Guild/Server ID
guildId: 'YOUR GUILD GOES HERE' guildId: 'YOUR GUILD GOES HERE'
}; };