-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
info.yaml
286 lines (260 loc) · 8.54 KB
/
info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
---
repo:
name: JackCogs
short: Cogs for Red V3 by Jakub Kuczys (https://github.com/Jackenmen).
description: Cogs requested by others and those that I wanted for Red myself.
install_msg: >-
Thanks for using {repo_name}. If you have any issues,
check for more information in my repo: https://github.com/Jackenmen/JackCogs
author:
- Jakub Kuczys (https://github.com/Jackenmen)
shared_fields:
install_msg: >-
Thanks for installing {cog_name}. If anything doesn't work, you can report it
on my issue tracker at <https://github.com/Jackenmen/JackCogs/issues>.
author:
- Jakub Kuczys (https://github.com/Jackenmen)
min_bot_version: 3.5.0
hidden: false
disabled: false
type: COG
cogs:
autogist:
name: AutoGist
short: Auto-upload files with configured extension sent by users to gist.github.com.
description: '{short}'
end_user_data_statement: >-
This cog auto-uploads attachments to gist.github.com
uploaded by users as configured by the guild administrators.
requirements:
- cachetools~=5.0
- charset_normalizer~=3.1
- gidgethub~=5.0
tags:
- autogist
- github
- tools
- utility
banmessage:
name: BanMessage
short: Send message on ban in a chosen channel. Supports images!
description: Send message on ban in a chosen channel. Supports images!
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
install_msg: >-
{shared_fields.install_msg}
This cog saves images set with `[p]banmessageset setimage` to data path.
tags:
- banmessage
- tools
- utility
categoryhelp:
name: CategoryHelp
short: Command for getting help for category that ignores case-sensitivity.
description: '{short}'
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
tags:
- categoryhelp
- help
- tools
- utility
emojiinfo:
name: EmojiInfo
short: Get information about emojis and see how to use them in your code.
description: '{short}'
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
requirements:
- emoji~=1.2
tags:
- dev
- development
- emojiinfo
- tools
- utility
linkwarner:
name: LinkWarner
short: >-
Remove messages containing links and warn users for it.
description: >-
{short}
Comes with settings for excluding roles and including/excluding url domains!
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
tags:
- linkwarner
- moderation
- tools
- utility
mee6rank:
name: Mee6Rank
short: Get detailed information about your Mee6 rank.
description: >-
Shows detailed information about your Mee6 rank like amount of XP
amount of XP and estimated amount of messages needed to reach
next level and next level role.
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
requirements:
- pillow~=9.1
tags:
- api
- leveling
- mee6
- rank
- tools
membercount:
name: MemberCount
short: Get count of all members + humans and bots separately.
description: '{short}'
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
tags:
- tools
- utility
modroles:
name: ModRoles
short: >-
Allow moderators without manage roles permission
to assign configured roles to users.
description: >-
Allow moderators without manage roles permission
to assign configured roles to users.
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
class_docstring: Allow moderators to assign configured roles to users.
tags:
- moderation
- modroles
- roles
- tools
- utility
nitrorole:
name: NitroRole
short: Welcome new nitro boosters and/or give them a special role!
description: Welcome new nitro boosters and/or give them a special role!
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
Discord IDs of users may occasionally be logged to file
as part of error logging.
install_msg: >-
{shared_fields.install_msg}
This cog saves images set with `[p]nitrorole setimage` to data path.
tags:
- announce
- booster
- nitro
- nitrorole
- welcome
qupyter:
name: Qupyter
short: >-
Run IPython kernel within Red and connect to it with Jupyter Console.
This is a development tool.
description: >-
{short}
WARNING: This cog is meant for development instances
and should NOT ever be used in production environment.
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
class_docstring: Run IPython kernel within Red and connect to it with Jupyter Console.
install_msg: >-
{shared_fields.install_msg}
**Warning:** This cog is meant for development instances
and should NOT ever be used in production environment.
This cog copies a kernel app's connection file to data path.
requirements:
- ipykernel~=5.4
- ipyparallel
- jedi<0.16.0 # IPython 7.18.1 uses deprecated things
- tornado>=6.1
tags:
- dev
- development
- qupyter
- tools
- utility
rlstats:
name: RLStats
short: >-
Get your Rocket League stats with a single command!
Needs access to Rocket League API which is currently in closed beta.
description: >-
Shows you Rocket League player statistics.
The cog needs access to Rocket League API which is currently in closed beta.
end_user_data_statement: >-
This cog stores data provided by users for the purpose of better user experience.
It does not store user data which was not provided through a command.
Users may remove their own data without making a data removal request.
This cog will remove data when a data removal request is made.
class_docstring: Get your Rocket League stats with a single command!
install_msg: >-
Thanks for installing {cog_name}. Before you'll be able to check any stats, you
need to configure a Rocket League API client credentials using command
`[p]rlset credentials`.
This cog may save background images in data path
if the bot owner decides to customize them.
requirements:
- pillow~=9.1
- rlapi==0.7.0a1
tags:
- api
- gaming
- rlstats
- rocketleague
rssnotifier:
name: RSSNotifier
short: >-
Get role and/or user mentions about feed updates.
This cog requires RSS cog from aikaterna-cogs repo to work.
description: '{short}'
end_user_data_statement: >-
This cog stores Discord user IDs
when the user explicitly opts in receiving mentions about feed updates.
No personal identifiable data is stored by this cog.
class_docstring: Get role and/or user mentions about feed updates.
install_msg: >-
{shared_fields.install_msg}
**This cog requires RSS cog from aikaterna-cogs repo to work.**
required_cogs:
rss: https://github.com/aikaterna/aikaterna-cogs
tags:
- notifications
- rss
- rssnotifier
- tools
- utility
shell:
name: Shell
short: Run shell commands on bot's system from Discord.
description: '{short}'
end_user_data_statement: >-
This cog does not persistently store data or metadata about users.
tags:
- bash
- dev
- development
- shell
- tools
- utility
voicetools:
name: VoiceTools
short: Various tools to make voice channels better!
description: >-
{short}
Available modules:
- VIP - Set users and roles not counting to user limit on voice channel
- ForceLimit - Force user limit to all members of the server including admins
(kick user when exceeding limit)
end_user_data_statement: >-
This cog does not persistently store end user data.
This cog does store discord IDs as needed for operation.
Discord IDs of users may occasionally be logged to file as part of debug logging.
install_msg: >-
Thanks for installing {cog_name}. Use `[p]voicetools` to configure the cog.
tags:
- tools
- utility
- voice
- voicetools