-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Custom events #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
aa05f5a
fix: Update documentation link for bot registration
ValDesign22 4465b00
chore: Bump version to 3.2.0 and add custom event handling
ValDesign22 0dd3f28
fix: Added custom_events reset after stats are sent
ValDesign22 41ec386
fix: Update error handling for invalid value types in Event methods
ValDesign22 d8c69d1
fix: Add event existence check in Event methods and improve error han…
ValDesign22 59f199b
refactor: Simplify guild members repartition calculation using Counte…
ValDesign22 3691a4b
fix: Correct typo in variable name from 'tresholds' to 'thresholds' i…
ValDesign22 a05c5b8
chore: Update version number to 3.5.0 in __init__.py and pyproject.toml
ValDesign22 e4b6853
feat: Add event URL and enhance event validation in Event class
ValDesign22 5d41bbc
fix: Remove redundant ensure() calls in Event methods to streamline e…
ValDesign22 1558d86
refactor: Change event API call from POST to GET in Event class to al…
ValDesign22 8c96929
chore: Update package versions in requirements.txt to latest stable r…
ValDesign22 63e5ef2
fix: Fixed negative value on custom_events
ValDesign22 7efb75e
chore: upgraded dependencies
Nonolanlan1007 b3b809b
chore: added .idea to .gitignore
Nonolanlan1007 11e31dc
fix: custom events
Nonolanlan1007 dd123b4
refactor: changed --dev to --fast
Nonolanlan1007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,5 @@ dist/ | |
| __pycache__/ | ||
| tests/ | ||
| .vscode/ | ||
| *.egg-info/ | ||
| *.egg-info/ | ||
| .idea | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| __title__ = 'discordanalytics' | ||
| __author__ = "ValDesign" | ||
| __license__ = "MIT" | ||
| __version__ = "3.1.6" | ||
| __version__ = "3.5.0" | ||
|
|
||
| from .client import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| discord.py==2.4.0 | ||
| aiohttp==3.10.10 | ||
| setuptools==75.2.0 | ||
| wheel==0.44.0 | ||
| discord.py==2.6.4 | ||
| aiohttp==3.13.2 | ||
| setuptools==80.9.0 | ||
| wheel==0.45.1 | ||
Nonolanlan1007 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.