mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 05:23:03 +00:00 
			
		
		
		
	.github
discord
docs
_static
_templates
ext
commands
api.rst
cogs.rst
commands.rst
extensions.rst
index.rst
tasks
extensions
images
locale
Makefile
api.rst
conf.py
discord.rst
faq.rst
index.rst
intents.rst
intro.rst
logging.rst
make.bat
migrating.rst
migrating_to_async.rst
quickstart.rst
requests.inv
version_guarantees.rst
whats_new.rst
examples
.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.ja.rst
README.rst
requirements.txt
setup.py
		
			
				
	
	
		
			19 lines
		
	
	
		
			629 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			629 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _discord_ext_commands:
 | |
| 
 | |
| ``discord.ext.commands`` -- Bot commands framework
 | |
| ====================================================
 | |
| 
 | |
| ``discord.py`` offers a lower level aspect on interacting with Discord. Often times, the library is used for the creation of
 | |
| bots. However this task can be daunting and confusing to get correctly the first time. Many times there comes a repetition in
 | |
| creating a bot command framework that is extensible, flexible, and powerful. For this reason, ``discord.py`` comes with an
 | |
| extension library that handles this for you.
 | |
| 
 | |
| 
 | |
| .. toctree::
 | |
|     :maxdepth: 2
 | |
| 
 | |
|     commands
 | |
|     cogs
 | |
|     extensions
 | |
|     api
 |