@rajador/simple-bot-discord
v1.0.1
Published
Simple discord bot with slash command /ping
Readme
Simple Bot
This bot has a simple structure with loading and logging commands This bot comes with a default command
/ping, but you can add your own commands by creating a new folder insidesrc/commands/and placing your command files there.
Instalation
- You can install this bot easily using this command in your terminal:
npm install @rajador/simple-bot-discord- After you install the package, you need to create your
.envfile, you can use the.env.examplefile and add your values
# Your discord bot token
DISCORD_BOT_TOKEN=YOUR_TOKEN_HERE
# Your discord bot client ID
CLIENT_ID=YOUR_CLIENT_ID_HERE- After you put your bot values, you can use this command in your terminal to start the bot:
npm start