Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 933 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 933 Bytes

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