bot-python icon indicating copy to clipboard operation
bot-python copied to clipboard

import bot

Open Olegt0rr opened this issue 4 years ago • 1 comments

Naming your library as a bot is a bad practice. Not clear to users, not clear to dependencies.

Bot development is not just about you :) A more suitable and clear name option is icq:

from icq import Bot

Olegt0rr avatar Jun 07 '20 22:06 Olegt0rr

You are right that "bot" is not the best solution, but the developers can name this library as "icq-bot", it would be easier to understand what the library is for than "icq" or "bot".

difhel avatar Mar 24 '21 06:03 difhel