1.0.3 • Published 2 years ago

init-discord-bot v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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