Skip to content

Commit 4c8dc5a

Browse files
committed
3.4.3
1 parent 7b0ec24 commit 4c8dc5a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Reaction Light - Changelog
22

3+
### 3.4.3
4+
- Show an error when a guild-only command is being ran in DMs ([#131](https://github.com/eibex/reaction-light/issues/131) closed by [#132](https://github.com/eibex/reaction-light/pull/132) by [Edwinexd](https://github.com/Edwinexd))
5+
- Update Docker image from Python 3.9 to 3.12
6+
37
### 3.4.2
48
- Add Portuguese (Brazilian) translation ([#128](https://github.com/eibex/reaction-light/pull/128) by [veenx67](https://github.com/veenx67))
59
- Fix disnake 2.9 compatibility ([#127](https://github.com/eibex/reaction-light/issues/127) closed by [#130](https://github.com/eibex/reaction-light/pull/130) by [eibex](https://github.com/eibex))

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM python:3.9
1+
FROM python:3.12
22

33
COPY ./ /bot/
44

5-
RUN python3.9 -m pip install -r /bot/requirements.txt
5+
RUN python3.12 -m pip install -r /bot/requirements.txt
66

77
# Remove local copies as these files get mounted instead.
88
RUN rm -r /bot/files
99

1010
WORKDIR /bot
1111

12-
CMD ["python3.9", "-u", "bot.py"]
12+
CMD ["python3.12", "-u", "bot.py"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reaction Light - Discord Role Bot
2-
[![Reaction Light 3.4.2](https://img.shields.io/badge/Release-3.4.2-yellow.svg?logo=github&logoColor=ffffff&style=for-the-badge)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
2+
[![Reaction Light 3.4.3](https://img.shields.io/badge/Release-3.4.3-yellow.svg?logo=github&logoColor=ffffff&style=for-the-badge)](https://github.com/eibex/reaction-light/blob/master/CHANGELOG.md)
33
[![Build Status](https://img.shields.io/github/actions/workflow/status/eibex/reaction-light/test.yml?logo=github&logoColor=ffffff&branch=master&style=for-the-badge)](#)
44
[![Reaction Light Discord Server](https://img.shields.io/discord/914952998109716531?color=5865f2&logo=discord&logoColor=ffffff&style=for-the-badge)](https://discord.gg/cqxZQkhhHm)
55
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg?logo=python&logoColor=ffffff&style=for-the-badge)](#)

0 commit comments

Comments
 (0)