2021年1月20日星期三

Discord.py: Is using cogs a waste of time?

If I want to split my code into multiple files, I can just write bash script like this:

cat first.py second.py third.py > run.py  python ./run.py  

On the other hand, I have to add quite a bit of codes in order to use cogs.
Is there a reason/advantage to use cogs despite of this overhead?

https://stackoverflow.com/questions/65820238/discord-py-is-using-cogs-a-waste-of-time January 21, 2021 at 10:07AM

没有评论:

发表评论