Skip to content

Commit

Permalink
Release 3.2.2 and use InteractionBot (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
eibex authored Mar 14, 2023
1 parent b4973a9 commit 3d08c9a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Reaction Light - Changelog

### 3.2.2
- Add translation checks ([#119](https://github.com/eibex/reaction-light/pull/119) by [Edwinexd](https://github.com/Edwinexd))
- Fix translations ([Afasany](https://github.com/Afasany), [eibex](https://github.com/eibex), [erwinowak](https://github.com/erwinowak))
- Remove deprecation warning

### 3.2.1
- Add Polish translation ([#116](https://github.com/eibex/reaction-light/pull/116) by [erwinowak](https://github.com/erwinowak))
- Fix a few exception messages in en-gb ([#117](https://github.com/eibex/reaction-light/pull/117) by [erwinowak](https://github.com/erwinowak))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reaction Light - Discord Role Bot
[![Reaction Light Discord Server](https://img.shields.io/discord/914952998109716531?color=5865f2&logo=discord&logoColor=ffffff)](https://discord.gg/cqxZQkhhHm)
[![Reaction Light 3.2.1](https://img.shields.io/badge/Reaction%20Light-3.2.1-yellow.svg)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
[![Reaction Light 3.2.2](https://img.shields.io/badge/Reaction%20Light-3.2.2-yellow.svg)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](#)
[![disnake 2.5.0+](https://img.shields.io/badge/disnake-2.5.0+-blue.svg)](#)

Expand Down
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
)


class ReactionLight(commands.Bot):
class ReactionLight(commands.InteractionBot):
def __init__(self):
self.directory = os.path.dirname(os.path.realpath(__file__))
self.config = config.Config(self.directory)
Expand Down
1 change: 0 additions & 1 deletion cogs/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
class Help(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.bot.remove_command("help")

@commands.slash_command(name="help", description=response.get("brief-help"))
async def hlp(self, inter):
Expand Down

0 comments on commit 3d08c9a

Please sign in to comment.