Skip to content

Commit

Permalink
Merge pull request #32 from jackra1n/restructure
Browse files Browse the repository at this point in the history
Restructure project
  • Loading branch information
jackra1n authored Mar 19, 2024
2 parents 3f18629 + 610f936 commit fd540b5
Show file tree
Hide file tree
Showing 47 changed files with 3,161 additions and 3,334 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
postgres-data
.ruff-cache
15 changes: 13 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,21 @@ dmypy.json
# Cython debug symbols
cython_debug/

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf


# substiify custom
bot/core/version.toml
bot/core/config.py
core/version.toml
config.py
postgres-data

logs/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD ["python", "bot/main.py"]
CMD ["python", "main.py"]
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ Run docker
`-d`: runs container in the background
```bash
docker-compose up -d
```
```

Increment the version in `pyproject.toml` and `core/__init__.py`.
115 changes: 0 additions & 115 deletions bot/cogs/free_games.py

This file was deleted.

190 changes: 0 additions & 190 deletions bot/cogs/fun.py

This file was deleted.

Loading

0 comments on commit fd540b5

Please sign in to comment.