Skip to content

Commit

Permalink
disnake replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
eibex committed Nov 16, 2021
1 parent 405d6c5 commit 834e599
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.0
3.0.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reaction Light - Discord Role Bot
[![Reaction Light 2.5.0](https://img.shields.io/badge/Reaction%20Light-2.5.0-yellow.svg)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
[![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 3.0.0](https://img.shields.io/badge/Reaction%20Light-3.0.0-yellow.svg)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
[![Python 3.8+](https://img.shields.io/badge/python-3.6+-blue.svg)](#)
[![disnake 2.2.1+](https://img.shields.io/badge/disnake-2.2.1+-blue.svg)](#)

![Reaction Light Embed Example](https://i.imgur.com/f4b9Qye.png)

Expand Down
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
from shutil import copy
from sys import platform

import discord
from discord.ext import commands, tasks
import disnake as discord
from disnake.ext import commands, tasks

from core import database, activity, github, schema, i18n

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
discord.py>=1.6.0
disnake>=2.2.1

0 comments on commit 834e599

Please sign in to comment.