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

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

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.