As your bot scales, simply using commands.AutoShardedBot to handle your sharding becomes unfeasible as the requirements for your bot out grow what a single process can support (You can think of one process as calling python3 main.py once), you may begin to notice your bots responses are slowing down among…