Skip to content

Synth-discord-bot/synth-haku

 
 

Repository files navigation

synthhaku - jishaku fork for disnake

a debugging and utility extension for disnake bots synthhaku is an extension for bot developers that enables rapid prototyping, experimentation, and debugging of features for bots.

One of synthhaku's core philosophies is to be dynamic and easy-to-use. Here's the two step install:

  1. Download synthhaku on the command line using pip:
pip install -U synthhaku
  1. Load the extension in your bot code before it runs:
bot.load_extension('synthhaku')

That's it!

You can also import the module to use the command development utilities.

Links:

About

A debugging and testing cog for discord.py rewrite bots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%