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

tmp clean docker and add modularity #15

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b930043
tmp clean docker
mortifia Dec 13, 2022
66f19fc
add auto load requirements
mortifia Dec 13, 2022
f5e8a52
choice prefix in env
mortifia Dec 13, 2022
1254a62
python discord v2 + disable debugBot file
mortifia Dec 14, 2022
5a649a9
tmp desactivate custom help (need little work to aotomate doc with ba…
mortifia Dec 14, 2022
6dea2eb
clean old file add auto add extension
mortifia Dec 14, 2022
f73266b
add protection in extension loading
mortifia Dec 14, 2022
db9cb58
update ping and doc
mortifia Dec 15, 2022
b312f8a
demo ready (need more control and automate merge of extend)
mortifia Dec 16, 2022
585dfaf
desactivé la fonction par secu
mortifia Dec 20, 2022
73e41e7
update docker ignore
mortifia Dec 20, 2022
3a899ed
add gitignore
mortifia Dec 20, 2022
c324190
add api service (python) (#18)
mortifia Jan 2, 2023
3e6e42b
v0 help command
mortifia Jan 5, 2023
d527d00
help update (#21)
mortifia Jan 5, 2023
a211e01
20 $help full color (#23)
mortifia Jan 12, 2023
e8a8cf7
tmp
mortifia Jan 13, 2023
9094268
tmp
mortifia Jan 13, 2023
c355d66
tmp update script
mortifia Jan 14, 2023
41f7702
20 $help full color (#36)
mortifia Jun 19, 2023
0db9c96
remplacer "u" par "U"
rayanalhaj Jun 19, 2023
98c1fdf
Mise a jour du readme
rayanalhaj Jun 20, 2023
0d03828
Mise a jour du readme
rayanalhaj Jun 22, 2023
17829a4
37 fixation du bug $v (#38)
mortifia Jun 30, 2023
0a52413
Update credits.txt (#45)
younesbourakadi Aug 30, 2023
4ce7457
Refactor base.py et ajouter couleurs aux messages
younesbourakadi Aug 31, 2023
7ae90ed
Fix typo
younesbourakadi Aug 31, 2023
9ab4abb
Fix version.txt file path (#40)
younesbourakadi Aug 31, 2023
268b102
test
mortifia Aug 31, 2023
cca910a
Fix conflict
younesbourakadi Sep 1, 2023
581d93d
Merge branch '47-refactor-basepy-et-ajouter-couleurs-aux-réponses-du-…
younesbourakadi Sep 1, 2023
2abee0e
Enlever commentaire
younesbourakadi Sep 1, 2023
f3f6e78
Merge pull request #49 from UnionRolistes/47-refactor-basepy-et-ajout…
younesbourakadi Sep 1, 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
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.env
# Bot/.env
extends
.pyc
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
__pycache__
src/bot/cogs/

src/bot/.idea/

src/urpy/.idea/
test.yml
compose-build.yml
docker-compose-merge.yml

__pycache__/

.env
# not load env file
env/*
#invert to keep default .env (keep the default.*)
!env/default*
1 change: 0 additions & 1 deletion Discord-Bot-main/Bot/.env

This file was deleted.

45 changes: 0 additions & 45 deletions Discord-Bot-main/Bot/DebugBot.py

This file was deleted.

69 changes: 0 additions & 69 deletions Discord-Bot-main/Bot/UR-Bot.py

This file was deleted.

147 changes: 0 additions & 147 deletions Discord-Bot-main/Bot/event.py

This file was deleted.

Binary file removed Discord-Bot-main/Bot/requirements.txt
Binary file not shown.
8 changes: 0 additions & 8 deletions Discord-Bot-main/Install/Dockerfile

This file was deleted.

46 changes: 0 additions & 46 deletions Discord-Bot-main/Install/Install.ps1

This file was deleted.

1 change: 0 additions & 1 deletion Discord-Bot-main/Install/LaunchInstall.bat

This file was deleted.

11 changes: 0 additions & 11 deletions Discord-Bot-main/Install/docker-compose.yml

This file was deleted.

Binary file removed Discord-Bot-main/Install/requirements.txt
Binary file not shown.
21 changes: 0 additions & 21 deletions Discord-Bot-main/README.md

This file was deleted.

Loading