Skip to content

Commit bad3451

Browse files
committed
Update cog descriptions, minor fixes
1 parent 7e3182a commit bad3451

File tree

13 files changed

+23
-19
lines changed

13 files changed

+23
-19
lines changed

baninfo/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["blalp"],
33
"install_msg" : "Downloading BanInfo cog",
44
"name" : "BanInfo",
5-
"short" : "SFT Cogs",
5+
"short" : "Saves messages auto-deleted after a user is banned",
66
"description" : "Saves messages auto-deleted after a user is banned",
77
"tags" : ["Utility"],
88
"min_bot_version": "3.5.0",

bluexd/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["bluetigeresw"],
33
"install_msg" : "Gaming truly is a lifestyle...",
44
"name" : "BluexD",
5-
"short" : "SFT Cogs",
5+
"short" : "Fun command to annoy blue",
66
"description" : "Fun command to annoy blue",
77
"tags" : ["Fun"],
88
"min_bot_version": "3.5.0",

findhelp/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["bluetigeresw"],
33
"install_msg" : "Spread the positivity <3",
44
"name" : "FindHelp",
5-
"short" : "SFT Cogs",
5+
"short" : "Utility to spread awareness about how to seek professional help",
66
"description" : "Utility to spread awareness about how to seek professional help",
77
"tags" : ["Utility"],
88
"min_bot_version": "3.5.0",

idfinder/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["blalp"],
33
"install_msg" : "Gets ID",
44
"name" : "IDFinder",
5-
"short" : "IDFinder",
5+
"short" : "Utility to get your discord ID",
66
"description" : "Utility to get your discord ID",
77
"tags" : ["Utility"],
88
"min_bot_version": "3.5.0",

info.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"author" : ["bluetigeresw"],
33
"install_msg" : "Gaming truly is a lifestyle...",
4-
"name" : "SFTCogs",
5-
"short" : "SFT Cogs",
6-
"description" : "Cogs made mostly by Blue for SFT related systems.",
7-
"tags" : ["Utility", "Fun"]
4+
"name" : "SFT-Cogs",
5+
"short" : "SFT Cogs for Red-DiscordBot",
6+
"description" : "Cogs made mostly by Blue (blalp made a few) for Red Discord Bot, mainly for use of SFT related systems.",
7+
"tags" : ["Utility", "Fun"],
8+
"min_bot_version": "3.5.0",
9+
"min_python_version": [
10+
3,
11+
11,
12+
0
13+
]
814
}

opinion/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["bluetigeresw"],
33
"install_msg" : "We're all lawyers",
44
"name" : "Opinion",
5-
"short" : "SFT Cogs",
5+
"short" : "Utility to to provide professional legal disclaimers",
66
"description" : "Utility to to provide professional legal disclaimers",
77
"tags" : ["Utility"],
88
"min_bot_version": "3.5.0",

opinion/opinion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ class Opinion(commands.Cog):
44
def __init__(self, bot):
55
self.bot = bot
66

7-
__version__ = "1.1.0"
7+
__version__ = "1.1.1"
88

99
@commands.command()
1010
async def opinion(self,ctx):
1111
"""Posts a legal disclaimer"""
1212

1313
opinion_message = (
14-
"For legal reasons, the above message is the sole personal opinion of the user who sent it and does NOT reflect the collective views of SFTMedia, Inc.")
14+
"For legal reasons, the above message is the sole personal opinion of the user who sent it and does NOT reflect the collective views of this organization.")
1515

1616
await ctx.send(opinion_message)

pcchecker/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["bluetigeresw"],
33
"install_msg" : "Gaming truly is a lifestyle...",
44
"name" : "PCChecker",
5-
"short" : "SFT Cogs",
5+
"short" : "Reminds people the definition of SJW",
66
"description" : "Reminds people the definition of SJW",
77
"tags" : ["Fun"],
88
"min_bot_version": "3.5.0",

pcchecker/pcchecker.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class PCChecker(commands.Cog):
44
def __init__(self, bot):
55
self.bot = bot
66

7-
__version__ = "1.1.0"
7+
__version__ = "1.1.1"
88

99
@commands.command()
1010
async def sjw(self,ctx):
@@ -28,6 +28,4 @@ async def sjw(self,ctx):
2828

2929
"NOTE: In my definition, SJW = person who forcibly imposes their beliefs on other people")
3030

31-
#await ctx.send(sjw_rule)
32-
3331
await ctx.send(sjw_rule)

quotes/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author" : ["bluetigeresw"],
33
"install_msg" : "Gaming truly is a lifestyle...",
44
"name" : "Quotes",
5-
"short" : "Blues Cogs",
5+
"short" : "Fun command to recall player quotes",
66
"description" : "Fun command to recall player quotes",
77
"tags" : ["Fun"],
88
"min_bot_version": "3.5.0",

0 commit comments

Comments
 (0)