Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcord/previous
The support bot for nextcord
https://github.com/nextcord/previous
aiohttp discord hacktoberfest nextcord
Last synced: about 1 month ago
JSON representation
The support bot for nextcord
- Host: GitHub
- URL: https://github.com/nextcord/previous
- Owner: nextcord
- License: mit
- Created: 2021-08-28T15:10:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T04:27:31.000Z (5 months ago)
- Last Synced: 2024-11-13T10:37:52.759Z (about 2 months ago)
- Topics: aiohttp, discord, hacktoberfest, nextcord
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 27
- Watchers: 1
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Previous
The bot for ~~annoying nextcord members~~ managing some of nextcord's unique tasks.
## Running the bot
### Development
1. [Install docker](https://docs.docker.com/get-docker/)
2. Copy .env.example to .env
3. Set each variable to your values
`CONSUL_HOST` by default in dev mode is `http://consul:8500`
`CONSUL_TOKEN` is empty in dev mode, set it blank
4. Start docker
`docker-compose up --build` (use `-d` for no output to console but to `docker logs`)### Stopping
```bash
docker-compose down (or ctrl + c when attached)
```