Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.26 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.26 KB

DiscordBots

A collection of Discord bots written using the Hikari and Lightbulb/Crescent libraries.

The following bots are currently a part of this repo:

  • scheduler.py: Schedules cancellable messages to be sent in any channel.
  • quotatron.py: Quotes any number of people at random in a channel with links to the original message.

Both bots were originally built using SlashBot which is an implementation of Lightbulb's BotApp to make registering simple and complex commands easier. For example, it automatically registers decorated methods as slash commands and function parameter annotations as options. It also makes it much easier to create and listen for button presses. Filament is used where possible to simplify the implementation.

Any new bots, including quotatron.py, will be written using Crescent as it included much of the functionality I implemented in SlashBot.