https://github.com/shadowmoose/discord-bot
WIP Discord bot, built in Python.
https://github.com/shadowmoose/discord-bot
Last synced: about 1 year ago
JSON representation
WIP Discord bot, built in Python.
- Host: GitHub
- URL: https://github.com/shadowmoose/discord-bot
- Owner: shadowmoose
- License: mit
- Created: 2019-04-13T18:37:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T23:12:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T13:41:49.893Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShadowBot - Discord Bot
This is a Discord bot, made mostly for my personal server's use.
It has a few basic utilities, and it's reasonably efficient at running them, but
it also contains a few heavier functions (blocking IO) which prevent it from being optimal for larger servers.
This is *very much* a Work in Progress.
## Docker Build:
The best way to run this bot is via Docker.
You simply need to expose the ```/config``` directory, launch it once, then edit the config file it generates before re-running.
EG: ```docker run -d --name ShadowBot -v /config:/config shadowmoose/discord-bot```
[You can find the Docker Image here.](https://hub.docker.com/r/shadowmoose/discord-bot)