不和谐分页器
一种用于不协调分页的程序包。
如何安装
pip install discord-ext-paginator
例子
from discord . ext import paginator
def get_pages ():
pages = []
# Generate a list of 5 embeds
for i in range ( 1 , 6 ):
embed = discord . Embed ()
embed . ti
调试齿轮
Discord.py调试齿轮。 该项目不再维护。
设置
从GitHub安装:
pip install git+https://github.com/ilovetocode2019/Debug-Cog
用法
from discord . ext import commands
import debug_cog
#Configure the name of the cog and command
debug_cog . configure ( name = "Debug" )
#Cre