Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 423 Bytes

@idle-game-maker/bot

Setup

Have Node 15+ and git installed

npm i

Copy .example.env into .env and fill in the values:

  • BOT_TOKEN is your bot's token
  • BOT_CLIENT_ID is your application/client ID
  • BOT_GUILD_ID is the ID of the guild where you'll use the bot
  • DB_USERNAME and DB_PASSWORD are the credentials for the SQLite database
npm run commands
npm start

License

MIT