Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Mar 5, 2023
2 parents 5aef5a1 + 0f7a6cd commit 45a78fb
Show file tree
Hide file tree
Showing 75 changed files with 4,947 additions and 5,472 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
bot.add_cog
@nextcord.slash_command
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,15 @@ dmypy.json
# Pyre type checker
.pyre/

# Bingo
phrases.json
bingo.png
pickles/
channel_id.txt
data/embeds/
data/settings/
data/registration/*.json
data/status.txt

settings.json
*_settings.json
status.txt
logs/
old_settings/
old_files/
settings.json
prototype_json.json

# Registraion
Expand Down
5 changes: 5 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[MASTER]
ignore=migrations

[BASIC]
good-names=i, j, k, e, f, v
114 changes: 0 additions & 114 deletions assign_roles/assign_role_cog.py

This file was deleted.

75 changes: 0 additions & 75 deletions assign_roles/assign_role_controller.py

This file was deleted.

27 changes: 0 additions & 27 deletions assign_roles/assign_role_embed.py

This file was deleted.

90 changes: 0 additions & 90 deletions assign_roles/assign_role_model.py

This file was deleted.

Loading

0 comments on commit 45a78fb

Please sign in to comment.