This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
New updates :
- Bot function no longer using variable like
bot.command(command_name="test", response="work!")
. Instead, we use Decorator. simpler, not as complicated as before. Example. - Now when creating a bot, it is required to add a
run()
function for the bot to run normally. - The server can add a welcome message when a client enters the server (Can only be seen by the user).
For more, see Changelog.