desuko

An extensible Discord bot, written in Python & Pycord.


Keywords
discord, async, bot, python3, discord-bot, modular, module, library, pycord, pycord-bot, python
License
MIT
Install
pip install desuko==0.1.1

Documentation

Desuko

This repository is archived. Please check out discord.ext.tasks as a replacement.

PyPi release CodeClimate maintainability
Desuko is an extensible Discord bot, written in Python & Pycord.

Read documentation

Features:

  • Hackable: Desuko aims to keep the code clean and intuitive.
  • Extensible: Desuko can be extended by various modules.
  • Fully configurable: Everything can be configured via YAML.
  • Async-friendly: Desuko support asyncronious functions out of the box.

Getting started

First steps:

  1. Installation - Install & run a basic version of Desuko.
  2. Configuration - Configurate your Desuko using desuko.yaml.

Modules:

  1. Hello, Desuko! - "Hello, World!" module for Desuko
  2. Handlers and subscribers - Handlers and subscribers usage for building event-driven bots