https://github.com/lolei/dibo
Minimal Discord bot
https://github.com/lolei/dibo
bot discord discord-bot discord-py python
Last synced: 3 months ago
JSON representation
Minimal Discord bot
- Host: GitHub
- URL: https://github.com/lolei/dibo
- Owner: LoLei
- License: gpl-3.0
- Created: 2020-07-26T08:58:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T09:03:04.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T11:29:00.193Z (about 1 year ago)
- Topics: bot, discord, discord-bot, discord-py, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dibo
Minimal Discord bot
## Why
I wanted to see if it's simpler to create a Discord bot using discord.py
than creating an IRC bot from scratch, as I've done [here](https://github.com/LoLei/ircbot).
Who would've thought, it is. Then again, using an IRC library for my IRC bot would probably
also simplify a lot of things compared to handling raw sockets.