Browse Source

changed supported version due to changes with discord.py's supported python verson

tags/v2.2.0
Roxie Gibson 5 years ago
parent
commit
673a26b97b
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      docs/index.md
  3. +1
    -1
      docs/installation/linux.md

+ 1
- 1
README.md View File

@@ -1,7 +1,7 @@
[![Banner](https://i.imgur.com/TltWlJN.png)](https://github.com/Roxxers)

[![MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot/blob/master/LICENSE)
[![Python](https://img.shields.io/badge/Python-3.5%2B-blue.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot)
[![Python](https://img.shields.io/badge/Python-3.7%2B-blue.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/roxxers/roxbot.svg?style=for-the-badge)](https://github.com/Roxxers/roxbot/releases)
[![CodeFactor](https://www.codefactor.io/repository/github/roxxers/roxbot/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/roxxers/roxbot)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge&maxAge=300)](http://makeapullrequest.com)

+ 1
- 1
docs/index.md View File

@@ -8,7 +8,7 @@ authors:
[![Banner](https://i.imgur.com/TltWlJN.png)](https://github.com/Roxxers)

[![MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot/blob/master/LICENSE)
[![Python](https://img.shields.io/badge/Python-3.5%2B-blue.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot)
[![Python](https://img.shields.io/badge/Python-3.7%2B-blue.svg?style=for-the-badge&maxAge=300)](https://gitlab.roxxers.xyz/roxxers/roxbot)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/roxxers/roxbot.svg?style=for-the-badge)](https://github.com/Roxxers/roxbot/releases)
[![CodeFactor](https://www.codefactor.io/repository/github/roxxers/roxbot/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/roxxers/roxbot)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge&maxAge=300)](http://makeapullrequest.com)

+ 1
- 1
docs/installation/linux.md View File

@@ -10,7 +10,7 @@ authors:

Requirements:

- Python 3.5 or higher
- Python 3.7 or higher
- Pip (to install dependencies)
- A Discord bot account ([How to make a bot account](https://discordpy.readthedocs.io/en/rewrite/discord.html#creating-a-bot-account))


Loading…
Cancel
Save