https://github.com/purplelemons-dev/discordbot
https://github.com/purplelemons-dev/discordbot
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/discordbot
- Owner: purplelemons-dev
- Created: 2022-11-10T20:48:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T20:48:13.000Z (over 3 years ago)
- Last Synced: 2026-02-14T05:06:49.375Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```