Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Dpy-Docs

A simple, lightweight tool used for documemting your discord.py commands

Usage:

importdiscordfromdiscord.extimportcommandsfromdpy_docsimportDocGenbot=commands.Bot(command_prefix="!", intents=discord.Intents.all())
docs=DocGen(bot)
@docs.document_code()@bot.command()asyncdeffoo(ctx: commands.Context) ->None:
"""This is an example command"""returnbot.run(TOKEN)

Note: You must add @docs.generate_docs() before @bot.command(). This is due to the current code logic, and might be changed in the future.

About

A simple, lightweight tool used for documemting your discord.py commands

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages