discord ext paginator 源码
不和谐分页器 一种用于不协调分页的程序包。 如何安装 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 . title = f"I'm the embed { i } !" pages . append ( embed ) return pages @ bot . command () async def paginator ( ctx ): pag = paginator . Pa
文件列表
discord-ext-paginator-master.zip
(预估有个5文件)
discord-ext-paginator-master
setup.py
441B
.gitignore
2KB
discord
ext
paginator
__init__.py
2KB
LICENSE
1KB
README.md
503B
暂无评论