Skip to content

Commit

Permalink
Merge pull request #12 from isacolak/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
kaanturkmen authored Feb 28, 2022
2 parents 4b01ca9 + 8d8062b commit b06113c
Show file tree
Hide file tree
Showing 25 changed files with 1,644 additions and 561 deletions.
115 changes: 115 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.0.0 - Bot ilk version
1.0.1 - Ufak değişiklikler yapıldı
1.0.2 - Ufak değişiklikler yapıldı
1.0.3 - Ufak değişiklikler yapıldı
1.0.4 - Ufak değişiklikler yapıldı
1.0.5 - py-cord versionu değiştirildi
15 changes: 0 additions & 15 deletions Dockerfile

This file was deleted.

60 changes: 0 additions & 60 deletions Email.py

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Kaan Türkmen
Copyright (c) Kaan Türkmen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
pip3 install -r requirements.txt
```

2. Fill the required areas. (i.e. Settings.py file.)
3. Run the main.py file.

# Additional Notes
Expand Down
54 changes: 0 additions & 54 deletions Settings.py

This file was deleted.

Binary file added datas/applications
Binary file not shown.
Binary file added datas/assets/ProfieUI/Roboto-Bold.ttf
Binary file not shown.
Binary file added datas/assets/ProfieUI/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ProfieUI/black_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ProfieUI/white_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ServerUI/Roboto-Bold.ttf
Binary file not shown.
Binary file added datas/assets/ServerUI/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ServerUI/base2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ServerUI/black_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/assets/ServerUI/white_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions datas/embed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"options": {
"title":"",
"description":""
},
"fields": [
{"name": "", "value": "", "inline": false}
]
}
Loading

0 comments on commit b06113c

Please sign in to comment.