diff --git a/README.md b/README.md
index ffba05d..1939ef0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
[![CodeQL](https://github.com/freiheit/MvKDiceBot/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/freiheit/MvKDiceBot/actions/workflows/github-code-scanning/codeql)
[![Pylint](https://github.com/freiheit/MvKDiceBot/actions/workflows/pylint.yml/badge.svg)](https://github.com/freiheit/MvKDiceBot/actions/workflows/pylint.yml)
+
+
+
# MvKDiceBot
Dice bot for MvK ruleset...
@@ -19,3 +22,11 @@ https://discord.com/api/oauth2/authorize?client_id=1168083075515826186&permissio
7. Generate an invite URL:
- Scopes: bot, applications.commands
- Bot Permissions: Read Messages/View Channels, Send Messages, Send Messages in Threads
+
+## Tech Stack
+freiheit/MvKDiceBot is built on the following main stack:
+- [Python](https://www.python.org) – Languages
+- [Pylint](https://www.pylint.org/) – Code Review
+- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
+
+Full tech stack [here](/techstack.md)
diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..cbc490d
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,93 @@
+
+
+
+# Tech Stack File
+![](https://img.stackshare.io/repo.svg "repo") [freiheit/MvKDiceBot](https://github.com/freiheit/MvKDiceBot)![](https://img.stackshare.io/public_badge.svg "public")
+
+|6
Tools used|11/10/23
Report generated|
+|------|------|
+
+
+## Languages (1)
+
+
+## DevOps (4)
+
+
+
+## Open source packages (1)
+
+## PyPI (1)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[yarl](https://pypi.org/yarl)|v1.9.2|10/29/23|freiheit |Apache-2.0|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/apps/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..8f5bf86
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,61 @@
+repo_name: freiheit/MvKDiceBot
+repo_type: Public
+requested_by: freiheit
+provider: github
+detected_tools_count: 5
+tools:
+- name: Python
+ description: A clear and powerful object-oriented programming language, comparable
+ to Perl, Ruby, Scheme, or Java.
+ website_url: https://www.python.org
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
+ detection_source: Repo Metadata
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source: Repo Metadata
+- name: GitHub Actions
+ description: Automate your workflow from idea to production
+ website_url: https://github.com/features/actions
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/11563/actions.png
+ detection_source: ".github/workflows/pylint.yml"
+ last_updated_by: renovate[bot]
+ last_updated_on: 2023-10-27 05:47:46.000000000 Z
+- name: PyPI
+ description: A repository of software for the Python programming language
+ website_url: https://pypi.org/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Hosted Package Repository
+ image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg
+ detection_source: requirements.txt
+ last_updated_by: freiheit
+ last_updated_on: 2023-10-29 21:19:35.000000000 Z
+- name: Pylint
+ description: Source-code, bug and quality checker for the Python programming language
+ website_url: https://www.pylint.org/
+ version: 3.0.2
+ license: GPL-2.0
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Code Review
+ image_url: https://img.stackshare.io/service/4837/py.jpg
+ detection_source_url: requirements.txt
+ detection_source: requirements.txt
+ last_updated_by: freiheit
+ last_updated_on: 2023-10-29 21:19:35.000000000 Z