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

V2: the last dance with exon :D #394

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
723c072
WIP: the last dance with exon
AshokShau Nov 2, 2024
ba896aa
ok: temp done
AshokShau Nov 9, 2024
10da5ae
Update extract_user.py
AshokShau Nov 9, 2024
e5ebcbb
make it more faster
AshokShau Nov 9, 2024
5078bc2
done Admins and Fixes
AshokShau Nov 10, 2024
ccb9cb8
afk_db :done
AshokShau Nov 10, 2024
b88220a
ok
AshokShau Nov 10, 2024
c317712
afk: done
AshokShau Nov 10, 2024
f43da20
Anti-Raid: Done
AshokShau Nov 10, 2024
c5939dd
bans: done
AshokShau Nov 10, 2024
7b6446e
Update bans.py
AshokShau Nov 10, 2024
25456ba
mutes: done
AshokShau Nov 10, 2024
c2357bd
style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf
deepsource-autofix[bot] Nov 10, 2024
f1adf84
Update requirements.txt
AshokShau Nov 10, 2024
be00d0c
Create .deepsource.toml
AshokShau Nov 10, 2024
21385c5
refactor: autofix issues in 7 files
deepsource-autofix[bot] Nov 10, 2024
5a03ffe
:/
AshokShau Nov 10, 2024
375c82a
style: format code with Black
deepsource-autofix[bot] Nov 10, 2024
9fc7da8
:/
AshokShau Nov 10, 2024
b0d63e2
Merge branch 'v2' of https://github.com/AshokShau/ExonRobot into v2
AshokShau Nov 10, 2024
eee8999
./
AshokShau Nov 11, 2024
23d1049
add users (save in db)
AshokShau Nov 11, 2024
26f10af
;/
AshokShau Nov 11, 2024
c65cf32
style: format code with Black
deepsource-autofix[bot] Nov 11, 2024
3437138
feat(database): enhance lock management with default settings and loc…
AshokShau Nov 11, 2024
1e5ead2
style: format code with Black
deepsource-autofix[bot] Nov 11, 2024
ebedb14
Create warns_db.py
AshokShau Nov 11, 2024
9e51e1f
Merge branch 'v2' of https://github.com/AshokShau/ExonRobot into v2
AshokShau Nov 11, 2024
074e305
style: format code with Black
deepsource-autofix[bot] Nov 11, 2024
1172ee4
Create purge.py
AshokShau Nov 14, 2024
197857a
fix
AshokShau Nov 14, 2024
75d615b
style: format code with Black
deepsource-autofix[bot] Nov 14, 2024
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
12 changes: 0 additions & 12 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,3 @@ name = "python"

[[transformers]]
name = "black"

[[transformers]]
name = "autopep8"

[[transformers]]
name = "isort"

[[transformers]]
name = "yapf"

[[transformers]]
name = "ruff"
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/custom.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

163 changes: 0 additions & 163 deletions .github/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Loading