Haruma/config.js
2024-04-06 16:42:29 -03:00

8 lines
221 B
JavaScript

module.exports = {
// Your bot token
token: 'YOUR TOKEN GOES HERE',
// Get it in the oAuth page
clientId: 'YOUR CLIENT ID GOES HERE',
// Guild/Server ID
guildId: 'YOUR GUILD GOES HERE'
};