Clone the repository.
git clone [email protected]:meows/discord
Install dependencies.
cd discord && npm i
Go to the Discord developer portal and create a new application.
Create a local .env
file at the root of your application with these properties
from your developer portal:
DISCORD_ID
- The client ID of your application.DISCORD_TOKEN
- The bot token of your application.DISCORD_PERMISSION
- The permissions integer of your application.
DISCORD_ID =
DISCORD_TOKEN =
DISCORD_PERMISSION =
Start the dev server.
npm run dev