Skip to content

A collection of Discord bots I've written using the Hikari library.

License

Notifications You must be signed in to change notification settings

MaidThatPrograms/DiscordBots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of Discord bots I've written using the Hikari library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages