Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmndrs/discord
🤖 Poimandres Discord Bot
https://github.com/pmndrs/discord
bot discord
Last synced: 3 months ago
JSON representation
🤖 Poimandres Discord Bot
- Host: GitHub
- URL: https://github.com/pmndrs/discord
- Owner: pmndrs
- Created: 2020-08-15T19:14:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T00:10:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T11:29:09.155Z (8 months ago)
- Topics: bot, discord
- Language: TypeScript
- Homepage:
- Size: 1.16 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poimandres Discord Bot
Use a sandbox environment to test new features before deploying to the live sever.## Dev
> locally running bot with development settings
```bash
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
- [Discord Developer Portal](https://discordapp.com/developers/docs/intro)
- [DiscordJS Popular Topics](https://discordjs.guide/popular-topics/common-questions.html)
- [Emojipedia](https://emojipedia.org/)