Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 587 Bytes

discordbot

how to use:

  1. make file .env in root directory of project. this is its example:
DISCORD_TOKEN=abCDefGHijKL
USER_ID=123456
GUILD_ID=123456
LOG_CHANNEL_ID=123456
  • DISCORD_TOKEN is token of your application
  • USER_ID is id of your application
  • GUILD_ID is id of your development discord server
  • LOG_CHANNEL_ID is id of channel for logging bot's status
  1. run yarn install or npm install, depends on your node package manager
  2. run yarn start or npm run start, depends on your node package manager
  3. enjoy my code working on your bot