-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension files do not have any description #1
Labels
enhancement
New feature or request
quality
all issues which only affect the way code is written and that won't affect functionnality
Milestone
Comments
s0lst1ce
added
enhancement
New feature or request
quality
all issues which only affect the way code is written and that won't affect functionnality
labels
May 1, 2019
Added description for |
s0lst1ce
added a commit
that referenced
this issue
May 8, 2019
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 )
Merged
Should this really be added or should I just close the issue ? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
quality
all issues which only affect the way code is written and that won't affect functionnality
It would be great to add basic description of what each cog of each extension does. Having the link to the official repo would also be nice.
The text was updated successfully, but these errors were encountered: