init-discord-bot
v1.0.3
Published
CLI that generates a Discord bot 🤖.
Downloads
2
Maintainers
Readme
Getting Started
To start, run npx init-discord-bot@latest
to generate a project:
npx init-discord-bot@latest
After you have cloned the project, you need to cd and install the dependencies:
cd <project name>
npm install
Make sure you as well change the .env.example
to just .env
and populate the varibles inside:
BOT_TOKEN = <Your Discord Bot Token>
DISCORD_CLIENT_ID = <Your Discord Client ID>
DISCORD_GUILD_ID = <Your Discord Guild/Server ID you are doing development in>
NODE_ENV = development