Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1 KB

index.rst

File metadata and controls

32 lines (26 loc) · 1 KB

VoxelBotUtils

VoxelBotUtils (VBU) is an extension for Discord.py to speed up Discord bot development. It includes a whole slew of features that are commonly used in a lot of bots so you don't need to keep writing them every time. Many features are available to you by default:

  • Logging using Python's logging.Logger classes.
  • Webhook sends on different events.
  • Built-in error handling for all of Discord.py's errors.
  • Built-in PostgreSQL database connector.
  • Bot stats posting via StatsD and DataDog.
  • A help command that doesn't look like trash.
  • Interaction handling<interactions-howto>, such as slash commands and buttons.
  • Owner-only commands.
  • Presence auto-updating based on Twitch streamers.
  • Inbuilt prefix command.
  • Website utilities.
  • And more...

Documentation Contents

usage apireference config-files-directory changelog