Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 904 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 904 Bytes

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: