CLI & GUI to view global or private commands from your Discord bot.
Preview.mp4
pip install customtkinterYou should consider making a .env file in the root directory of the project with your Bot's Token.
(This script will not function without one).
TOKEN = NzA1MjM0NTY3ODkwMTIzNDU2.Xq3fWg.8dP0hZvFvg9R7jZcZcDmZmZmZmZNOTE:
The Bot Token above is a dummy Bot Token used only to show an example of how to make the .env file.
Your Bot Token will not be shared with any third party while using this script!
- Windows:
Run
gui.pyusing:
pythonw gui.py
- Mac / Linux:
Run
gui.pyusing:
python gui.py
Make sure main.py and .env are in the same directory as the GUI will not function without them.
If you leave the GUILD_ID field empty and press the Update Command List button, it will show you the global commands of your Discord Bot.
Run main.py, using (further information in terminal):
python main.py --h
Make sure main.py and .env are in the same directory as the CLI will not function without them.
