Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Compare
Choose a tag to compare
@Senophyx Senophyx released this 07 Feb 05:32
· 9 commits to main since this release
5818eb0

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.