mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
The err-backend-discord backend lets you connect to the Discord platform. A place that makes it easy to talk every day and hang out more often.
11 lines
197 B
TOML
11 lines
197 B
TOML
--- pyproject.toml.orig 2022-11-10 17:08:31 UTC
|
|
+++ pyproject.toml
|
|
@@ -25,7 +25,7 @@ classifiers = [
|
|
]
|
|
|
|
dependencies = [
|
|
- "discord.py==2.0.1",
|
|
+ "discord.py>=2.0.1",
|
|
]
|
|
|
|
[project.urls]
|