You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a huge update I'm happy to pronounce complete ! Its main purpose has been achieved. We've been able to completely rewrite the entire code to make it more pythonic. This major rewrite now allows one to update the code without taking the bot offline by using the smart extension principle of the API. It is also much easier to find out bugs happening to the bot for a logging has been fully implemented to the bot and is easily extendable. This was one of the main purpose: make any future addition much easier to both build and implement. This should also allow a much wider range of contributors to help us in the development. This branch doesn't solve everything though, there are still efforts required toward documentation (see #1 ) and repository structure. But this is already an important milestone which paves the way to all future updates. Finally a number of issues have been fixed in this update as you can see in the following change log:
admins can now update extensions on the fly with a new & safe ext suite of functions (#8 )
added smart and extensive logging support (#13 )
added a new suite of commands that allow smart task list management using labels directly from discord
changed global settings from using unsafe names to unique snowflake discord IDs
poll colors are now dynamic and change with every new reaction (#12 )
changed the design of embeds to give more credits to authors (#11 )
fixed a bug where users could have multiple opposite reactions to the same poll (#15 )
gave more freedom to admins by letting them choose how much they wish to pardon a user (#16 )
added the clear command that lets admins delete a set amount of messages to ease moderation (#17 )
embeds now support images (#6 )
users can now delete their own polls which prevents admin from having to clean mistakes themselves (#5 )
It would be more discord-like if the profile picture and the name of the embed's author was in the header instead of the footer.
The text was updated successfully, but these errors were encountered: