scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Display number of commands synced #162

Closed LeoCx1000 closed 2 years ago

LeoCx1000 commented 2 years ago

Rationale

The reasoning, so that the end users know how many commands got synced. Could be handy to debug issues like the commands not being registered to that guild, etc.

Summary of changes made

tree.sync returns a list of commands synced, so len() it and display it.

image

Checklist