Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 808 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 808 Bytes

Discord Bot

Installation

Clone the repository.

git clone [email protected]:meows/discord

Install dependencies.

cd discord && npm i

Secrets

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 =

Local Development

Start the dev server.

npm run dev