scarletcafe / jishaku

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

Add sync command to allow syncing application commands #154

Closed LostLuma closed 2 years ago

LostLuma commented 2 years ago

Rationale

Allows users to sync their bots application command tree to Discord without implementing a command themselves.

Summary of changes made

Adds a command that can sync either global or guild local application commands to Discord.

Checklist

The tests seem to only fail because they do so on the upstream branch, apologies if I missed a new failure.