Update: Python 3.14.2, discord.py 2.6.4, aiohttp 3.13.2
This commit is contained in:
parent
8779420d0a
commit
ee761d3568
4 changed files with 7 additions and 7 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
디스코드 봇 모음입니다.
|
디스코드 봇 모음입니다.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.12-slim
|
FROM python:3.14.2-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
fail2ban IP 차단 현황을 디스코드로 실시간 알림 및 관리하는 봇입니다.
|
fail2ban IP 차단 현황을 디스코드로 실시간 알림 및 관리하는 봇입니다.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
discord.py>=2.3.0
|
discord.py==2.6.4
|
||||||
aiohttp>=3.9.0
|
aiohttp==3.13.2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue