Skip to content
/ discord Public

🤖 Poimandres Discord Bot

Notifications You must be signed in to change notification settings

pmndrs/discord

Repository files navigation

Poimandres Discord Bot

Poimandres Discord Poimandres Sandbox Discord

Use a sandbox environment to test new features before deploying to the live sever.

Dev

locally running bot with development settings

npm install

# fill out the appropriate env variables
cp .env.template .env.dev

# start the dev server in watch mode
npm run start:dev

Resources