Haruma/config.js
2023-09-21 14:51:06 -03:00

5 lines
141 B
JavaScript

module.exports = {
token: 'YOUR TOKEN GOES HERE',
clientId: 'YOUR CLIENT ID GOES HERE',
guildId: 'YOUR GUILD GOES HERE'
};