Skip to content
Merged
Changes from all commits
Commits
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
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
### :warning: The `main` branch is currently not ready for production or usage. There will be major changes regarding the bot and the repository with the release of `v1.0.0`. The version before `v1.0.0` have old names and code and will be incompactible with newer ones. Please update to `v1.0.0` with it's release.

# Discord.py bot template
This is a discord.py bot template.

Please only use a version from the releases tab instead of downloading the repository to prevent errors.
[![Discord](https://discord.com/api/guilds/1041044933290770563/embed.png)](https://discord.gg/JVyyDukQqV)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ElBe-Development/discord.py-bot-template?include_prereleases)](https://github.com/ElBe-Development/discord.py-bot-template/releases)
![Supported python versions](https://img.shields.io/badge/python-3.11-blue)
![GitHub](https://img.shields.io/github/license/ElBe-Development/discord.py-bot-template)
![GitHub all releases](https://img.shields.io/github/downloads/ElBe-Development/discord.py-bot-template/total)
![GitHub issues](https://img.shields.io/github/issues/ElBe-Development/discord.py-bot-template)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/ElBe-Development/discord.py-bot-template)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![codecov](https://codecov.io/gh/ElBe-Development/discord.py-bot-template/branch/main/graph/badge.svg?token=TML4H1TCVK)](https://codecov.io/gh/ElBe-Development/discord.py-bot-template)

Simple discord.py bot template without the usage of `discord.ext`.

## How to use the template
1. Download the code from the releases tab.
Expand Down