Info.json cleanup
This commit is contained in:
10
README.md
10
README.md
@@ -3,8 +3,6 @@ v3 Cogs for Red-DiscordBot by Twentysix26.
|
|||||||
|
|
||||||
adventure - Original concept & cog by locastan. My version is a collaboration between TrustyJAID, Draper, and myself and is now markedly different than locastan's version. The repo can be found on my repo page here on github.
|
adventure - Original concept & cog by locastan. My version is a collaboration between TrustyJAID, Draper, and myself and is now markedly different than locastan's version. The repo can be found on my repo page here on github.
|
||||||
|
|
||||||
antiphoneclapper - Detects and removes bad GIFs posted in chat that have malformed frames. Thanks to Sitryk for all of the code that actually mattered for detection in this cog.
|
|
||||||
|
|
||||||
away - Originally by Paddo, written for v3 by Axas, final tests by aikaterna, and large improvements by TrustyJAID. Set and unset a user as being "away", or other statuses.
|
away - Originally by Paddo, written for v3 by Axas, final tests by aikaterna, and large improvements by TrustyJAID. Set and unset a user as being "away", or other statuses.
|
||||||
|
|
||||||
blurplefy - Make an avatar or an image upload blurple for Discord's anniversaries.
|
blurplefy - Make an avatar or an image upload blurple for Discord's anniversaries.
|
||||||
@@ -19,8 +17,6 @@ dictionary - Define words and look up antonyms and synonyms. Originally by Ultim
|
|||||||
|
|
||||||
discordexperiments - Create voice channel invites for various built-in apps. This is only for developers or for people that can read the code and assess the risk of using it.
|
discordexperiments - Create voice channel invites for various built-in apps. This is only for developers or for people that can read the code and assess the risk of using it.
|
||||||
|
|
||||||
dungeon - [Depreciated/Unsupported] New users with new accounts will be shuffled off to a locked channel on-join to help mitigate raiders. Please see the [dungeon_readme.md](https://github.com/aikaterna/aikaterna-cogs/blob/v3/dungeon_readme.md) file on this repo for more information.
|
|
||||||
|
|
||||||
embedpeek - Take a closer look at or unpack embed content. This cog is mostly a developer tool.
|
embedpeek - Take a closer look at or unpack embed content. This cog is mostly a developer tool.
|
||||||
|
|
||||||
hunting - A long overdue port of Paddo's v2 hunting game to v3.
|
hunting - A long overdue port of Paddo's v2 hunting game to v3.
|
||||||
@@ -41,8 +37,6 @@ massunban - Bot Admins or guild Administrators can use this tool to mass unban u
|
|||||||
|
|
||||||
noflippedtables - A v3 port of irdumb's v2 cog with a little extra surprise included. Unflip all the tables.
|
noflippedtables - A v3 port of irdumb's v2 cog with a little extra surprise included. Unflip all the tables.
|
||||||
|
|
||||||
nolinks - A very blunt hammer to remove anything that looks like a link. Roles can be whitelisted and it can watch multiple channels.
|
|
||||||
|
|
||||||
otherbot - Alert a role when bot(s) go offline.
|
otherbot - Alert a role when bot(s) go offline.
|
||||||
|
|
||||||
partycrash - A port of Will's partycrash command from the v2 Admin cog. This cog will not generate invites, but will show already-existing invites that the bot has access to view.
|
partycrash - A port of Will's partycrash command from the v2 Admin cog. This cog will not generate invites, but will show already-existing invites that the bot has access to view.
|
||||||
@@ -55,8 +49,6 @@ pupper - A cog for Ryan5374. A pet that comes around on an on_message listener a
|
|||||||
|
|
||||||
quiz - A kahoot-like trivia game. Originally by Keane for Red v2.
|
quiz - A kahoot-like trivia game. Originally by Keane for Red v2.
|
||||||
|
|
||||||
region - A command to change the voice region of a server. Requires the guild admin or mod role or guild administrator.
|
|
||||||
|
|
||||||
rndstatus - A v3 port of Twentysix's rndstatus cog with a couple extra settings.
|
rndstatus - A v3 port of Twentysix's rndstatus cog with a couple extra settings.
|
||||||
|
|
||||||
rss - Will's RSS cog ported for v3 with a lot of extra bells and whistles.
|
rss - Will's RSS cog ported for v3 with a lot of extra bells and whistles.
|
||||||
@@ -75,8 +67,6 @@ ttt - A Tic Tac Toe cog originally for Red V2 by HizikiFW. This cog is licensed
|
|||||||
|
|
||||||
urlfetch - Fetch text from a URL. Mainly used for simple text API queries (not JSON).
|
urlfetch - Fetch text from a URL. Mainly used for simple text API queries (not JSON).
|
||||||
|
|
||||||
warcraftlogs - [Depreciated/Unsupported] Fetch player info/metrics from the WarcraftLogs API for World of Warcraft Classic. Does not provide stats for non-Classic characters.
|
|
||||||
|
|
||||||
wolfram - A v3 port of Paddo's abandoned Wolfram Alpha cog.
|
wolfram - A v3 port of Paddo's abandoned Wolfram Alpha cog.
|
||||||
|
|
||||||
youtube - A v3 port of Paddo's youtube search cog for v2.
|
youtube - A v3 port of Paddo's youtube search cog for v2.
|
||||||
|
|||||||
@@ -1,16 +1,12 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["sitryk", "aikaterna"],
|
||||||
"sitryk", "aikaterna"
|
"description": "Deletes messages with malformed GIFs.",
|
||||||
],
|
|
||||||
"description": "Deletes messages with malformed GIFs.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"permissions" : [
|
"permissions" : ["manage_messages"],
|
||||||
"manage_messages"
|
"requirements": ["pillow"],
|
||||||
],
|
"hidden": true,
|
||||||
"requirements": [
|
"disabled": true,
|
||||||
"pillow"
|
"short": "Deletes messages with malformed GIFs.",
|
||||||
],
|
"type": "COG",
|
||||||
"short": "Deletes messages with malformed GIFs.",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Axas"],
|
||||||
"aikaterna",
|
"description": "Set and unset a user as being away. Originally by Paddo.",
|
||||||
"Axas"
|
"short": "Away message toggle for users",
|
||||||
],
|
"tags": ["away", "afk"],
|
||||||
"description": "Set and unset a user as being away. Originally by Paddo.",
|
"type": "COG",
|
||||||
"short": "Away message toggle for users",
|
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
||||||
"tags": [
|
}
|
||||||
"away"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,23 +1,11 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Blurplefy a user profile picture or image. Admins can configure an awardable role if a user's profile pic has more than a certain percentage of blurple in it.",
|
||||||
],
|
|
||||||
"description": "Blurplefy a user profile picture or image. Admins can configure an awardable role if a user's profile pic has more than a certain percentage of blurple in it.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"permissions" : [
|
"permissions" : ["embed_links", "manage_roles"],
|
||||||
"embed_links",
|
"requirements": ["pillow", "python-resize-image"],
|
||||||
"manage_roles"
|
"short": "Blurplefy a user profile picture or image.",
|
||||||
],
|
"tags": ["blurple", "discord", "avatar"],
|
||||||
"requirements": [
|
"type": "COG",
|
||||||
"pillow",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"python-resize-image"
|
|
||||||
],
|
|
||||||
"short": "Blurplefy a user profile picture or image.",
|
|
||||||
"tags": [
|
|
||||||
"blurple",
|
|
||||||
"image",
|
|
||||||
"profile"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Cards Against Humanity, played in DMs.",
|
||||||
],
|
|
||||||
"description": "Cards Against Humanity, played in DMs.",
|
|
||||||
"install_msg": "Warning: This cog can send a lot of DMs, and the bot can become rate limited. Be warned that installing this cog on a bot with a lot of users or servers might be detrimental to the bot's performance. Thanks for installing, have fun.",
|
"install_msg": "Warning: This cog can send a lot of DMs, and the bot can become rate limited. Be warned that installing this cog on a bot with a lot of users or servers might be detrimental to the bot's performance. Thanks for installing, have fun.",
|
||||||
"permissions" : [
|
"permissions" : ["embed_links"],
|
||||||
"embed_links",
|
"short": "Cards Against Humanity.",
|
||||||
"manage_roles"
|
"tags": ["CAH", "cards", "game"],
|
||||||
],
|
"type": "COG",
|
||||||
"short": "Cards Against Humanity.",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"tags": [
|
|
||||||
"CAH",
|
|
||||||
"cards",
|
|
||||||
"games"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,19 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Redjumpman"],
|
||||||
"aikaterna",
|
"description": "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
|
||||||
"Redjumpman"
|
|
||||||
],
|
|
||||||
"description": "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Generate a pie chart from the last 5000 messages",
|
"short": "Generate a pie chart from the last 5000 messages",
|
||||||
"tags": [
|
"tags": ["messages", "chart", "count", "activity"],
|
||||||
"data",
|
"requirements": ["matplotlib"],
|
||||||
"chart",
|
"type": "COG",
|
||||||
"activity"
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
],
|
}
|
||||||
"requirements": [
|
|
||||||
"matplotlib"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["UltimatePancake"],
|
||||||
"UltimatePancake"
|
"description": "Gets a random dad joke from icanhazdadjoke.com",
|
||||||
],
|
|
||||||
"description": "Gets a random dad joke from icanhazdadjoke.com",
|
|
||||||
"install_msg": "Gets a random dad joke from icanhazdadjoke.com. Thanks for installing.",
|
"install_msg": "Gets a random dad joke from icanhazdadjoke.com. Thanks for installing.",
|
||||||
"short": "Random dad jokes",
|
"short": "Random dad jokes",
|
||||||
"tags": ["jokes", "dad", "dadjokes"],
|
"tags": ["jokes", "dad", "dadjokes"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["UltimatePancake", "aikaterna"],
|
||||||
"UltimatePancake", "aikaterna"
|
"description": "Gets definitions, antonyms, or synonyms for given words",
|
||||||
],
|
"install_msg": "After loading the cog with `[p]load dictionary`, use [p]help Dictionary to view commands.",
|
||||||
"description": "Gets definitions, antonyms, or synonyms for given words",
|
"short": "Gets definitions, antonyms, or synonyms for given words",
|
||||||
"install_msg": "After loading the cog with `[p]load dictionary`, use [p]help Dictionary to view commands.",
|
"tags": ["dictionary", "synonym", "antonym"],
|
||||||
"short": "Gets definitions, antonyms, or synonyms for given words",
|
"requirements": ["beautifulsoup4"],
|
||||||
"tags": [
|
"type": "COG",
|
||||||
"dictionary"
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
],
|
|
||||||
"requirements": [
|
|
||||||
"beautifulsoup4"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna"],
|
"author": ["aikaterna"],
|
||||||
"description": "Provides additional raid protection for servers utilizing a welcome/rules join channel.",
|
"description": "Provides additional raid protection for servers utilizing a welcome/rules join channel.",
|
||||||
"install_msg": "Please read the additional instructions at: <https://github.com/aikaterna/aikaterna-cogs/blob/v3/dungeon_readme.md>",
|
"install_msg": "This cog is hidden as Twentysix's Defender does a much better job at this sort of thing. If you insist on using this, know that it is EOL and will not be supported. Please read the additional instructions at: <https://github.com/aikaterna/aikaterna-cogs/blob/v3/dungeon_readme.md>",
|
||||||
"min_python_version": [3, 6, 0],
|
"permissions" : ["ban_members", "manage_channels", "manage_roles"],
|
||||||
"permissions" : ["ban_members", "manage_channels", "manage_roles"],
|
"short": "Specialized raid protection.",
|
||||||
"short": "Specialized raid protection.",
|
"tags": ["dungeon", "autoban"],
|
||||||
"tags": ["dungeon", "autoban"],
|
"type": "COG",
|
||||||
"type": "COG",
|
"hidden": true,
|
||||||
"hidden": true,
|
"diabled": true,
|
||||||
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. "
|
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. "
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna"],
|
"author": ["aikaterna"],
|
||||||
"description": "Dev tool to display the content of an embed.",
|
"description": "Dev tool to display the content of an embed.",
|
||||||
"install_msg": "Thanks for installing.",
|
"install_msg": "Thanks for installing.",
|
||||||
"short": "Dev tool to display the content of an embed.",
|
"short": "Dev tool to display the content of an embed.",
|
||||||
"tags": ["embed"],
|
"tags": ["embed"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna", "Paddo"],
|
"author": ["aikaterna", "Paddo"],
|
||||||
"description": "Hunting, it hunts birds and things that fly.",
|
"description": "Hunting, it hunts birds and things that fly.",
|
||||||
"install_msg": "Check out [p]hunting to get started.",
|
"install_msg": "Check out [p]hunting to get started.",
|
||||||
"short": "A bird hunting game.",
|
"short": "A bird hunting game.",
|
||||||
"tags": ["hunting", "hunt", "game"],
|
"tags": ["hunting", "hunt", "game"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. This cog does store user stats for the cog such as their score. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. This cog does store user stats for the cog such as their score. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,15 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Audio addon cog for dislaying icecast/shoutcast info.",
|
||||||
],
|
|
||||||
"description": "Audio addon cog for dislaying icecast/shoutcast info.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Audio addon cog for dislaying icecast/shoutcast info",
|
"short": "Audio addon cog for dislaying icecast/shoutcast info",
|
||||||
"tags": [
|
"tags": ["audio", "icecast", "shoutcast"],
|
||||||
"audio",
|
"type": "COG",
|
||||||
"icecast",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"shoutcast"
|
}
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,17 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Fetch a random 'inspiring' message from http://inspirobot.me",
|
||||||
],
|
|
||||||
"description": "Fetch a random 'inspiring' message from http://inspirobot.me",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"permissions" : [
|
"permissions" : ["embed_links"],
|
||||||
"embed_links"
|
"short": "Fetch 'inspiring' messages.",
|
||||||
],
|
"tags": ["inspire", "inspirobot"],
|
||||||
"short": "Fetch 'inspiring' messages.",
|
"type": "COG",
|
||||||
"tags": [
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"inspire",
|
}
|
||||||
"inspirobot"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna"],
|
"author": ["aikaterna"],
|
||||||
"description": "Invite count display and leaderboard.",
|
"description": "Invite count display and leaderboard.",
|
||||||
"install_msg": "Thanks for installing. Use `[p]invites` to get started.",
|
"install_msg": "Thanks for installing. Use `[p]invites` to get started.",
|
||||||
"short": "Invite count display and leaderboard.",
|
"short": "Invite count display and leaderboard.",
|
||||||
"tags": ["invites"],
|
"tags": ["invites"],
|
||||||
"min_bot_version": "3.3.10",
|
"permissions": ["administrator", "embed_links"],
|
||||||
"permissions": ["administrator", "embed_links"],
|
"type": "COG"
|
||||||
"type": "COG"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
"requirements": ["pillow"],
|
"requirements": ["pillow"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna", "themario30"],
|
"author": ["aikaterna", "themario30"],
|
||||||
"description": "Play the Luigi Poker minigame from New Super Mario Brothers.",
|
"description": "Play the Luigi Poker minigame from New Super Mario Brothers.",
|
||||||
"install_msg": "Thanks for installing.",
|
"install_msg": "Thanks for installing.",
|
||||||
"short": "A Luigi poker minigame.",
|
"short": "A Luigi poker minigame.",
|
||||||
"tags": ["poker", "game"],
|
"tags": ["poker", "game"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name" : "NoFlippedTables",
|
|
||||||
"author" : ["irdumb", "aikaterna"],
|
"author" : ["irdumb", "aikaterna"],
|
||||||
"short" : "Unflip some tables.",
|
"short" : "Unflip some tables.",
|
||||||
"description" : "Unflip all the flipped tables.",
|
"description" : "Unflip all the flipped tables.",
|
||||||
"install_msg" : "Usage: [p]help tableset",
|
"install_msg" : "Usage: [p]help tableset",
|
||||||
"tags" : ["noflippedtables", "no flip", "tables"],
|
"tags" : ["noflippedtables", "no flip", "tables"],
|
||||||
"disabled" : false,
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
}
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,18 +1,12 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Removes all links in specified channels, with the ability to whitelist roles.",
|
||||||
],
|
"install_msg": "Consider using TrustyJAID's retrigger or Twentysix's Defender instead of this cog as they are better suited for this sort of moderation. Thanks for installing. Use `[p]nolinks` to get started.",
|
||||||
"description": "Removes all links in specified channels, with the ability to whitelist roles.",
|
"permissions" : ["manage_messages"],
|
||||||
"install_msg": "Thanks for installing. Use `[p]nolinks` to get started.",
|
"short": "No links allowed.",
|
||||||
"min_python_version": [3, 6, 0],
|
"hidden": true,
|
||||||
"permissions" : [
|
"disabled": true,
|
||||||
"manage_messages"
|
"tags": ["links", "automod"],
|
||||||
],
|
"type": "COG",
|
||||||
"short": "No links allowed.",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"tags": [
|
}
|
||||||
"links",
|
|
||||||
"automod"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Predä"],
|
||||||
"aikaterna", "Predä 。#1001"
|
"description": "Alerts a role when bot(s) go offline.",
|
||||||
],
|
|
||||||
"description": "Alerts a role when bot(s) go offline.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"permissions" : [
|
"permissions" : ["manage_roles"],
|
||||||
"manage_roles"
|
"short": "Alerts a role when bot(s) go offline.",
|
||||||
],
|
"tags": ["bot", "offline", "uptime"],
|
||||||
"short": "Alerts a role when bot(s) go offline.",
|
"type": "COG",
|
||||||
"tags": [
|
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. "
|
||||||
"bots"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. "
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Will (tekulvw)"],
|
||||||
"aikaterna"
|
"description": "Posts invites to servers, if the bot is allowed to view them. Does not generate new invites.",
|
||||||
],
|
"install_msg": "Note that having an invite available for a server does not automatically grant you permissions to join said server. Thanks for installing, have fun.",
|
||||||
"description": "Posts invites to servers, if the bot is allowed to view them. Does not generate new invites.",
|
"permissions" : ["manage_guild"],
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"short": "Post server invites.",
|
||||||
"permissions" : [
|
"tags": ["invite"],
|
||||||
"manage_guild"
|
"type": "COG",
|
||||||
],
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"short": "Post server invites.",
|
|
||||||
"tags": [
|
|
||||||
"invite"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "It's ping... with latency. Shows all shards.",
|
||||||
],
|
|
||||||
"description": "It's ping... with latency. Shows all shards.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Ping pong.",
|
"short": "Ping pong.",
|
||||||
"tags": [
|
"tags": ["ping", "pingtime", "latency"],
|
||||||
"pingtime",
|
"type": "COG",
|
||||||
"latency"
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
],
|
}
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
|
||||||
],
|
|
||||||
"description": "Pay respects to a thing or user by pressing f.",
|
"description": "Pay respects to a thing or user by pressing f.",
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Press f to pay respects.",
|
"short": "Press f to pay respects.",
|
||||||
"tags": [
|
"tags": ["f", "pressf", "respects"],
|
||||||
"pressf",
|
|
||||||
"respects"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Pupper is a configurable pet that can hand out credits.",
|
||||||
],
|
|
||||||
"description": "Pupper is a configurable pet that can hand out credits.",
|
|
||||||
"install_msg": "This cog and its countdowns are triggered by messages. If your bot doesn't see any messages posted anywhere in any server, the pet will never come around. This pet helps to keep chat active but it needs to be slightly active in the first place. If you see a message asking for pats (or whatever other greeting message you set), the first person to react with a wave emoji will get a random amount of credits. This cog also deletes the messages involved in the game, which can lead to channels showing an unread message when there really isn't anything there any more. Use `[p]help pets` to get started. If this command doesn't work for you, the `pets` command is only usable by people with the bot's Admin or Mod role, or if the user has administrative perms on the Discord server.",
|
"install_msg": "This cog and its countdowns are triggered by messages. If your bot doesn't see any messages posted anywhere in any server, the pet will never come around. This pet helps to keep chat active but it needs to be slightly active in the first place. If you see a message asking for pats (or whatever other greeting message you set), the first person to react with a wave emoji will get a random amount of credits. This cog also deletes the messages involved in the game, which can lead to channels showing an unread message when there really isn't anything there any more. Use `[p]help pets` to get started. If this command doesn't work for you, the `pets` command is only usable by people with the bot's Admin or Mod role, or if the user has administrative perms on the Discord server.",
|
||||||
"short": "Pet the dog.",
|
"short": "Pet the dog.",
|
||||||
"tags": [
|
"tags": ["pets"],
|
||||||
"pets"
|
"type": "COG",
|
||||||
],
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["Keane", "aikaterna"],
|
"author": ["Keane", "aikaterna"],
|
||||||
"description": "Play a kahoot-like trivia game.",
|
"description": "Play a kahoot-like trivia game.",
|
||||||
"install_msg": "Thanks for installing.",
|
"install_msg": "Thanks for installing.",
|
||||||
"short": "Play a kahoot-like trivia game.",
|
"short": "Play a kahoot-like trivia game.",
|
||||||
"tags": ["trivia", "quiz"],
|
"tags": ["trivia", "quiz"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name" : "region",
|
|
||||||
"author" : ["aikaterna"],
|
"author" : ["aikaterna"],
|
||||||
"short" : "Change the Discord server's region.",
|
"short" : "Change the Discord server's region.",
|
||||||
"description" : "Change the Discord server's region with a command.",
|
"description" : "Change the Discord server's region with a command.",
|
||||||
"install_msg" : "Thanks for installing.",
|
"install_msg" : "This cog is not needed any more because voice servers are determined upon joining the channel, instead of server-based voice regions. Thanks for installing.",
|
||||||
"tags" : ["voice region", "region"],
|
"tags" : ["voice region", "region"],
|
||||||
"disabled" : false,
|
"hidden": true,
|
||||||
|
"disabled" : true,
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,14 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Twentysix"],
|
||||||
"aikaterna"
|
"description": "Random statuses with an optional bot stats mode. Ported from Twentysix's v2 cog.",
|
||||||
],
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"description": "Random statuses with an optional bot stats mode. Ported from Twentysix's v2 cog.",
|
"short": "Random bot statuses",
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"tags": ["status"],
|
||||||
"min_bot_version": "3.3.6",
|
"type": "COG",
|
||||||
"short": "Random bot statuses",
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"tags": [
|
|
||||||
"status"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna"],
|
"author": ["aikaterna"],
|
||||||
"install_msg": "Thanks for installing.",
|
"install_msg": "Thanks for installing.",
|
||||||
"short": "Read RSS feeds",
|
"short": "Read RSS feeds.",
|
||||||
"description": "Read RSS feeds",
|
"description": "Read RSS feeds.",
|
||||||
"tags": ["rss"],
|
"tags": ["rss"],
|
||||||
"permissions": ["embed_links"],
|
"permissions": ["embed_links"],
|
||||||
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
|
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
|
||||||
"min_bot_version" : "3.4.0"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,8 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Check when the user was last active on a server. Originally made by Paddo.",
|
||||||
],
|
"short": "Check when the user was last active on a server.",
|
||||||
"description": "Check when the user was last active on a server. Originally made by Paddo.",
|
"tags": ["seen", "activity"],
|
||||||
"short": "Check when the user was last active on a server.",
|
"type": "COG",
|
||||||
"tags": [
|
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs and last seen timestamp as needed for operation. "
|
||||||
"seen",
|
}
|
||||||
"activity"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs and last seen timestamp as needed for operation. "
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name" : "Snacktime",
|
|
||||||
"author" : ["irdumb", "aikaterna"],
|
"author" : ["irdumb", "aikaterna"],
|
||||||
"short" : "ʕ •ᴥ•ʔ < It's snacktime, who wants snacks?",
|
"short" : "ʕ •ᴥ•ʔ < It's snacktime, who wants snacks?",
|
||||||
"description" : "snackburr will come around every-so-often if you've asked him to.\nI hear snackburr likes to come around more often when people are partyin.",
|
"description" : "snackburr will come around every-so-often if you've asked him to.\nI hear snackburr likes to come around more often when people are partyin.",
|
||||||
"install_msg" : "A snack delivery bear has arrived ʕ•ᴥ• ʔ",
|
"install_msg" : "A snack delivery bear has arrived ʕ•ᴥ• ʔ",
|
||||||
"tags" : ["snack", "snacktime", "snackburr", "party", "party time"],
|
"tags" : ["snack", "snacktime", "snackburr", "party", "party time"],
|
||||||
"disabled" : false,
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "fishyfing"],
|
||||||
"aikaterna",
|
"description": "Check timezones, user times, or times in specific places. Originally made by Fishyfing.",
|
||||||
"fishyfing"
|
"short": "Check times for users and places.",
|
||||||
],
|
"tags": ["time", "timezone"],
|
||||||
"description": "Check timezones, user times, or times in specific places. Originally made by Fishyfing.",
|
"requirements": ["pytz"],
|
||||||
"short": "Check times for users and places.",
|
"type": "COG",
|
||||||
"tags": [
|
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
||||||
"time",
|
|
||||||
"timezone"
|
|
||||||
],
|
|
||||||
"requirements": [
|
|
||||||
"pytz"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
"author": ["aikaterna", "sitryk"],
|
"author": ["aikaterna", "sitryk"],
|
||||||
"description": "Mod and admin tools.",
|
"description": "Mod and admin tools.",
|
||||||
"install_msg": "Thanks for installing. Use `[p]help` Tools to get started.",
|
"install_msg": "Thanks for installing. Use `[p]help` Tools to get started.",
|
||||||
"min_python_version": [3, 8, 0],
|
|
||||||
"permissions" : ["ban_members", "manage_channels"],
|
"permissions" : ["ban_members", "manage_channels"],
|
||||||
"requirements": ["tabulate", "unidecode"],
|
"requirements": ["tabulate", "unidecode"],
|
||||||
"short": "Mod and admin tools.",
|
"short": "Mod and admin tools.",
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
"tags": ["lavalink"],
|
"tags": ["lavalink"],
|
||||||
"type": "COG",
|
"type": "COG",
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Trick or treating for your server.",
|
||||||
],
|
|
||||||
"description": "Trick or treating for your server.",
|
|
||||||
"install_msg": "Thanks for installing. Use `[p]help TrickOrTreat` to get started, specifically by toggling it on in your server and then setting active trick or treating channels.",
|
"install_msg": "Thanks for installing. Use `[p]help TrickOrTreat` to get started, specifically by toggling it on in your server and then setting active trick or treating channels.",
|
||||||
"min_python_version": [3, 6, 0],
|
"short": "Trick or treat.",
|
||||||
"short": "Trick or treat.",
|
"tags": ["trick or treat", "candy", "pick", "halloween"],
|
||||||
"tags": [
|
"type": "COG",
|
||||||
"trick or treat",
|
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. This cog does store user stats for the cog such as their score. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
||||||
"candy",
|
|
||||||
"pick"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store end user data. This cog does store discord IDs as needed for operation. This cog does store user stats for the cog such as their score. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna", "HizkiFW"],
|
"author": ["aikaterna", "HizkiFW"],
|
||||||
"description": "Tic Tac Toe",
|
"description": "Tic Tac Toe",
|
||||||
"install_msg": "Thanks for installing.",
|
"install_msg": "Thanks for installing.",
|
||||||
"short": "Tic Tac Toe",
|
"short": "Tic Tac Toe",
|
||||||
"tags": ["game", "games", "tic tac toe", "ttt"],
|
"tags": ["game", "games", "tic tac toe", "ttt"],
|
||||||
"min_bot_version": "3.4.2",
|
"permissions": ["add_reactions"],
|
||||||
"permissions": ["add_reactions"],
|
"type": "COG"
|
||||||
"type": "COG"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,4 @@
|
|||||||
"short": "Fetch text from a URL.",
|
"short": "Fetch text from a URL.",
|
||||||
"description": "Fetch text from a URL.",
|
"description": "Fetch text from a URL.",
|
||||||
"tags": ["api"],
|
"tags": ["api"],
|
||||||
"min_bot_version" : "3.4.0"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"author": ["aikaterna", "Kowlin"],
|
"author": ["aikaterna", "Kowlin"],
|
||||||
"description": "Check WarcraftLogs for data on players of World of Warcraft Classic.",
|
"description": "Check WarcraftLogs for data on players of World of Warcraft Classic.",
|
||||||
"install_msg": "Check out [p]help WarcraftLogs and set your WCL API key, available by signing into a WarcraftLogs account on their site and visiting the bottom of your settings page.\nThe bot needs Embed Links permissions before the relevant commands will be available for use in this cog.\nThis cog also comes with a font that is included in the bundled data, under the Apache 2.0 License, which can also be found in that bundled data directory.",
|
"install_msg": "Check out [p]help WarcraftLogs and set your WCL API key, available by signing into a WarcraftLogs account on their site and visiting the bottom of your settings page.\nThe bot needs Embed Links permissions before the relevant commands will be available for use in this cog.\nThis cog also comes with a font that is included in the bundled data, under the Apache 2.0 License, which can also be found in that bundled data directory.",
|
||||||
"short": "WarcraftLogs data for World of Warcraft Classic players.",
|
"short": "WarcraftLogs data for World of Warcraft Classic players.",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"tags": ["warcraft"],
|
"disabled": true,
|
||||||
"permissions": ["embed_links"],
|
"tags": ["warcraft"],
|
||||||
"requirements": ["pillow", "beautifultable"],
|
"permissions": ["embed_links"],
|
||||||
"type": "COG",
|
"requirements": ["pillow", "beautifultable"],
|
||||||
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
"type": "COG",
|
||||||
|
"end_user_data_statement": "This cog stores data provided by users for the express purpose of redisplaying. It does not store user data which was not provided through a command. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna"],
|
||||||
"aikaterna"
|
"description": "Query Wolfram|Alpha for answers. Requires a free API key. Originally by Paddo.",
|
||||||
],
|
|
||||||
"description": "Query Wolfram|Alpha for answers. Requires a free API key. Originally by Paddo.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Query Wolfram|Alpha for answers.",
|
"short": "Query Wolfram|Alpha for answers.",
|
||||||
"tags": [
|
"tags": ["wolfram"],
|
||||||
"wolfram"
|
"requirements": ["pillow"],
|
||||||
],
|
"type": "COG",
|
||||||
"requirements": [
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"pillow"
|
|
||||||
],
|
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,9 @@
|
|||||||
{
|
{
|
||||||
"author": [
|
"author": ["aikaterna", "Paddo"],
|
||||||
"aikaterna"
|
"description": "Search youtube for videos, originally by Paddo. This version also includes a ytsearch command to look through multiple results.",
|
||||||
],
|
|
||||||
"description": "Search youtube for videos, originally by Paddo. This version also includes a ytsearch command to look through multiple results.",
|
|
||||||
"install_msg": "Thanks for installing, have fun.",
|
"install_msg": "Thanks for installing, have fun.",
|
||||||
"short": "Search youtube for videos.",
|
"short": "Search youtube for videos.",
|
||||||
"tags": [
|
"tags": ["youtube"],
|
||||||
"youtube"
|
"type": "COG",
|
||||||
],
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
||||||
"type": "COG",
|
|
||||||
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user