标签: python python-3.x discord.py discord.py-rewrite
我正在重新编写Discord Bot,我想知道AutoShardedBot和常规Bot之间的区别。
我已经搜索了文档以及更多内容,但找不到能提供差异列表的任何内容。
答案 0 :(得分:0)
AutoShardedBot继承自AutoShardedClient和Bot。可以在该类的文档中找到差异,其中包括close,request_offline_members和change_presence的不同实现。
AutoShardedBot
AutoShardedClient
Bot
close
request_offline_members
change_presence