An open API service indexing awesome lists of open source software.

https://github.com/purplelemons-dev/discordbot


https://github.com/purplelemons-dev/discordbot

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# DockBot

just a test bot for py-cord

## Installation

Add token to `./.env` file.

Build and run docker image:

```bat
docker build -t dockbot .
docker run -d dockbot
```