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

Bump required python version #71

Merged
merged 1 commit into from
Apr 5, 2021
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reaction Light - Discord Role Bot
[![Reaction Light 2.4.0](https://img.shields.io/badge/Reaction%20Light-2.4.0-yellow.svg)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
[![Python 3.5.3+](https://img.shields.io/badge/python-3.5.3+-blue.svg)](#)
[![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](#)
[![discord.py 1.6.0+](https://img.shields.io/badge/discord.py-1.6.0+-blue.svg)](#)

![Reaction Light Embed Example](https://i.imgur.com/f4b9Qye.png)
Expand Down Expand Up @@ -35,7 +35,7 @@ You can host the bot yourself by configuring the `config.ini` file (manually or
- [License](#license)

## Requirements
This bot requires discord.py, which requires Python 3.5.3+.
This bot requires discord.py and Python 3.6+.

You can get discord.py (and other dependencies) via PyPI:
```
Expand Down