Skip to content
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

FIX: Added uurl length checking on metrics #54

Merged
merged 33 commits into from
Sep 30, 2023
Merged
Changes from 8 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
57aa1c9
added metrics uurl fix
EncryptEx Sep 30, 2023
11239cf
Restyled by autopep8
restyled-commits Sep 30, 2023
ef3c882
Restyled by black
restyled-commits Sep 30, 2023
1d975a0
Restyled by isort
restyled-commits Sep 30, 2023
708bfa9
Restyled by pyment
restyled-commits Sep 30, 2023
931c88a
Restyled by reorder-python-imports
restyled-commits Sep 30, 2023
fcc0a45
Restyled by whitespace
restyled-commits Sep 30, 2023
ce71e02
Restyled by yapf
restyled-commits Sep 30, 2023
ffedd07
Merge pull request #55 from EncryptEx/restyled/FIX/metrics
EncryptEx Sep 30, 2023
145c655
added encoded in b64 the uurl
EncryptEx Sep 30, 2023
5168f54
Merge branch 'FIX/metrics' of https://github.com/encryptex/hammer int…
EncryptEx Sep 30, 2023
65a5acb
fixed condifiton of if
EncryptEx Sep 30, 2023
0c0d24f
fixed add field requirements
EncryptEx Sep 30, 2023
bf1175b
created a partition message system
EncryptEx Sep 30, 2023
950fb4f
Restyled by autopep8
restyled-commits Sep 30, 2023
7dbdbb9
Restyled by black
restyled-commits Sep 30, 2023
a536be8
Restyled by isort
restyled-commits Sep 30, 2023
b8fac5f
Restyled by pyment
restyled-commits Sep 30, 2023
6775cdd
Restyled by reorder-python-imports
restyled-commits Sep 30, 2023
06fc9b1
Restyled by whitespace
restyled-commits Sep 30, 2023
e75fac8
Restyled by yapf
restyled-commits Sep 30, 2023
00b4601
Merge pull request #56 from EncryptEx/restyled/FIX/metrics
EncryptEx Sep 30, 2023
79c85ce
Restyled by autopep8
restyled-commits Sep 30, 2023
4ac78e0
Restyled by black
restyled-commits Sep 30, 2023
81b3600
Restyled by isort
restyled-commits Sep 30, 2023
4057dd5
Restyled by pyment
restyled-commits Sep 30, 2023
cb36b43
Restyled by reorder-python-imports
restyled-commits Sep 30, 2023
ef5cbea
Restyled by whitespace
restyled-commits Sep 30, 2023
13d056d
Restyled by yapf
restyled-commits Sep 30, 2023
742d205
Merge pull request #57 from EncryptEx/restyled/FIX/metrics
EncryptEx Sep 30, 2023
dd112ef
fixed restyled bug
EncryptEx Sep 30, 2023
72073bb
Merge branch 'FIX/metrics' of https://github.com/encryptex/hammer int…
EncryptEx Sep 30, 2023
23fd679
delete useless comment
EncryptEx Sep 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def filterMember(member: discord.Member):
:param member: discord.Member:
:param member: discord.Member:
:param member: discord.Member:
:param member: discord.Member:

"""
username, discriminator = str(member).split("#")
Expand Down