Skip to content

meows/discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published