mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
New Features I think
This commit is contained in:
parent
946e9a4869
commit
61c2f6aecd
7 changed files with 240 additions and 64 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
# Bot Related
|
||||
config.json
|
||||
extensions/__pycache__/
|
||||
utils/__pycache__/
|
||||
.mypy_cache/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
@ -52,6 +54,4 @@ coverage.xml
|
|||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
extensions/__pycache__/core.cpython-38.pyc
|
||||
extensions/__pycache__/core.cpython-38.pyc
|
||||
extensions/__pycache__/core.cpython-38.pyc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue