Skip to content

A Python script that retrieves and displays global or private commands for a Discord bot. Requires Python 3.10.

License

Notifications You must be signed in to change notification settings

lwijshoff/Discord-Command-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blurple_slashcommands Discord Command Viewer

GitHub release (latest by date) Python 3.10 Discord API

CLI & GUI to view global or private commands from your Discord bot.

App Screenshot

Preview.mp4

Requirements

pip install customtkinter

Setup

You 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.8dP0hZvFvg9R7jZcZcDmZmZmZmZ

NOTE:
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!

Running:

GUI (Recommended)

  • Windows: Run gui.py using:
pythonw gui.py
  • Mac / Linux: Run gui.py using:
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.

CLI:

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.

About

A Python script that retrieves and displays global or private commands for a Discord bot. Requires Python 3.10.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages