Skip to content

Releases: Isaac-To/EasyBot.py

Update 2.2

17 Jul 20:02
Compare
Choose a tag to compare

Fix for Unix based systems where subprocess reacted badly; switched to os.system. Fix endless loop on failed library install. Added bot growth and management features. Added automation of command input by specifying a file which contains the inputs in which to input. Switched to command based inputs rather than numerical inputs. Prefix inputs are now no longer case-sensitive. Invite now generates a QR code for easier sharing.

EasyBotPluginMaker is only for making plugins, download Source Code (zip) for the actual runner

Update 2.1, automatic plugin libraries installation

06 Jul 06:57
Compare
Choose a tag to compare

Added an automatic plugin installation for plugins, so the process of installing a plugin is just drag and drop without any terminal requirements (does not need to be programmed into the plugin). If the automatic library locator does not work, plugin_tools.py now includes two commands to help install libraries (must be programmed into the plugin). Also added, a command log for debugging purposes is built into the bot, which includes information on which bot and what command but no error log. This logging does not specify user ID or user server, and all messages that do not contain the prefix are ignored. A EULA agreement is now generated which must be agreed to. eb_launcher now automatically installs discordpy which is required to run. Stopping and restarting specific bots have now been added as to simplify development and testing purposes.

2.0 rewrite

16 Jun 08:30
Compare
Choose a tag to compare

EOL for 1.0, plugins support from 1.0 is carried onto 2.0. Token saving mechanism has been replaced with json/txt over sqlite3 for a simpler approach to file saving. GUI has been removed in favor of an all terminal approach, which drops tkinter for support on servers without gui support.

Stable and everything seems to work

07 Feb 05:24
0603c5a
Compare
Choose a tag to compare

Okay, cool. Simple project by me (chisaku) to make discord bot making easier. Drag drop and stop.