-
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
No logging in the rewrite branch #13
Labels
Milestone
Comments
s0lst1ce
added
bug
Something isn't working
quality
all issues which only affect the way code is written and that won't affect functionnality
labels
May 1, 2019
Merged
What do you mean by that ? What I'm suppose to do ? ^^ |
It's what I told you today but I'll do it don't wry. |
Fixed with 9749a82 |
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 )
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logging should be setup correctly and in a flexible way in the rewrite branch.
The text was updated successfully, but these errors were encountered: