Skip to content

Commit b147a06

Browse files
committed
[cogs] fix cogs-utils version to 3.4 comp
specify max bot version (better later then never, ig?)
1 parent 5d69a4c commit b147a06

File tree

19 files changed

+22
-5
lines changed

19 files changed

+22
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
default_language_version:
4-
python: python3.8
4+
python: python3.11
55
repos:
66
- repo: https://github.com/psf/black
77
rev: 23.3.0

adminutils/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"short": "Useful commands for server administrators.",
1010
"description": "Useful commands for server administrators.",
1111
"min_bot_version": "3.4.0",
12+
"max_bot_version": "3.4.99",
1213
"tags": [
1314
"admin",
1415
"emoji",

captcha/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"short": "Captcha defensive system - originally by Predeactor.",
1111
"install_msg": "Thanks for installing Captcha, have fun.",
1212
"min_bot_version": "3.4.0",
13+
"max_bot_version": "3.4.99",
1314
"tags": [
1415
"security",
1516
"protection",

datautils/info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"permissions"
1616
],
1717
"min_bot_version": "3.4.8",
18+
"max_bot_version": "3.4.99",
1819
"requirements": [
1920
"tabulate",
2021
"wcwidth",
21-
"git+https://github.com/fixator10/F10-Cogs-Utils"
22+
"git+https://github.com/fixator10/F10-Cogs-Utils[email protected]"
2223
],
2324
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
2425
}

generalchannel/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"install_msg": "Thanks for install.",
66
"short": "Allow users to manage #general channel's name and topic",
77
"description": "Allow users to manage #general channel's name and topic",
8+
"max_bot_version": "3.4.99",
89
"tags": [
910
"#general",
1011
"channel",

godvilledata/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"install_msg": "Thanks for install.\n`[p]godville` shows info about russian version of game (godville.net)\n`[p]godvillegame` shows info about \"global\" version of game (godvillegame.com)",
66
"short": "Get data about Godville profiles",
77
"description": "Get data about godville.net (russian) and godvillegame.com profiles",
8+
"max_bot_version": "3.4.99",
89
"tags": [
910
"godville",
1011
"ZPG"

leveler/info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414
"mongodb"
1515
],
1616
"min_bot_version": "3.4.6",
17+
"max_bot_version": "3.4.99",
1718
"requirements": [
1819
"pymongo>=3.10,<3.12.3",
1920
"motor>=2.5,<3.0",
2021
"fonttools",
2122
"pillow>=6.2.1",
2223
"tabulate",
23-
"git+https://github.com/fixator10/F10-Cogs-Utils"
24+
"git+https://github.com/fixator10/F10-Cogs-Utils[email protected]"
2425
],
2526
"end_user_data_statement": "This cog persistently stores next data about user:\n Discord user ID\n Current username\n Per-server XP data (current XP and current level)\n Total count of XP on all servers\n URLs to profile/rank/levelup backgrounds\n User-set title & info\n User's \"reputation\" points count\n Data about user's badges\n Data about user's profile/rank/levelup colors\n Timestamp of latest message and reputation\n Last message MD5 hash (for comparison)\nThis cog supports data removal requests."
2627
}

massthings/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"description": "⚠Cog for doing things in bulk.⚠\n⚠️ This cog may contain commands that may (or may not) be against Discord API terms. Use this at your own risk, cog author is not responsible for anything that happens during usage of this cog.",
88
"tags": [],
99
"min_bot_version": "3.0.0",
10+
"max_bot_version": "3.4.99",
1011
"requirements": ["tabulate"],
1112
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
1213
"hidden": true

messageslog/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"short": "Log deleted and edited messages to a specified channel",
77
"description": "Log deleted and edited messages to a specified channel",
88
"min_bot_version": "3.4.0",
9+
"max_bot_version": "3.4.99",
910
"tags": [
1011
"messages",
1112
"logs"

minecraftdata/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"game"
1111
],
1212
"min_python_version": [3, 8, 0],
13+
"max_bot_version": "3.4.99",
1314
"requirements": [
1415
"tabulate",
1516
"wcwidth",

0 commit comments

Comments
 (0)