Skip to content

Commit

Permalink
[All cogs] description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elijabesu committed Apr 10, 2021
1 parent 8788026 commit c700b1e
Show file tree
Hide file tree
Showing 35 changed files with 82 additions and 66 deletions.
6 changes: 6 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions advancedlock/advancedlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

class AdvancedLock(commands.Cog):
"""
Lock `@everyone` from sending messages.
Use `[p]setlock setup` first.
Lock `@everyone` from sending messages in channels or the entire guild, and only allow Moderators to talk.
This version has some advanced settings.
"""

__version__ = "1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions advancedlock/info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"author" : ["saurichable"],
"install_msg" : "You're required to read the wiki page (https://github.com/elijabesu/SauriCogs/wiki/Advanced-Lock) as I do not take any responsibility in it breaking your server.",
"install_msg" : "Thank you for installing AdvancedLock!",
"name" : "AdvancedLock",
"hidden" : false,
"disabled" : false,
"short" : "Lock `@everyone` from sending messages.",
"description" : "Lock `@everyone` from sending messages except Mods.",
"description" : "Lock `@everyone` from sending messages in channels or the entire guild, and only allow Moderators to talk. This version has some advanced settings.",
"tags" : ["lockdown", "lock"],
"end_user_data_statement": "This cog does not store any end user data."
}
2 changes: 1 addition & 1 deletion application/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Application(commands.Cog):
"""
Simple application cog.
Receive and moderate staff applications with customizable questions.
"""

__version__ = "1.3.1"
Expand Down
6 changes: 3 additions & 3 deletions application/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Application!",
"name" : "Application",
"short" : "Simple application cog.",
"description" : "Just a simple application cog with a Staff Applicant role.",
"short" : "Applications with custom questions.",
"description" : "Receive and moderate staff applications with customizable questions.",
"tags" : ["application", "app"],
"end_user_data_statement": "This cog does not store any end user data."
}
2 changes: 1 addition & 1 deletion cookies/cookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class Cookies(commands.Cog):
"""
Collect cookies.
Collect cookies and steal from others.
"""

__version__ = "1.2.2"
Expand Down
4 changes: 2 additions & 2 deletions cookies/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Cookies!",
"name" : "Cookies",
"short" : "Collect cookies.",
"description" : "Collect cookies and steal some from others.",
"description" : "Collect cookies and steal from others.",
"tags" : ["cookies", "currency"],
"end_user_data_statement": "This cog stores the amount of cookies users have."
}
2 changes: 1 addition & 1 deletion cookiestore/cookiestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class CookieStore(commands.Cog):
"""
Store add-on for SauriCogs' Cookies cog.
Additional store with redeemable items to my Cookies cog.
"""

__version__ = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions cookiestore/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!\nNote that you ***need*** SauriCogs' Cookies cog installed, loaded and working.",
"install_msg" : "Thank you for installing CookieStore!\nNote that you *need* my Cookies cog loaded.",
"name" : "CookieStore",
"short" : "Additional store to Cookies cog.",
"description" : "Additional store to Cookies cog.",
"description" : "Additional store with redeemable items to my Cookies cog.",
"tags" : ["cookies", "shop", "store"],
"required_cogs": {"Cookies": "https://github.com/elijabesu/SauriCogs"},
"end_user_data_statement": "This cog stores items users buy."
Expand Down
2 changes: 1 addition & 1 deletion counting/counting.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Counting(commands.Cog):
"""
Counting channel!
Make a counting channel with goals.
"""

__version__ = "1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions counting/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Counting!",
"name" : "Counting",
"short" : "Counting channel",
"description" : "Make a counting channel",
"short" : "Counting channel.",
"description" : "Make a counting channel with goals.",
"tags" : ["counting", "count"],
"end_user_data_statement": "This cog stores user IDs if they are the last one to count."
}
11 changes: 11 additions & 0 deletions docs/reacttickets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===============
ReactTickets
===============

Reaction based assignable support tickets with custom cases (reasons).

``[p]`` is your prefix, ``<>`` is a required argument, ``[]`` is an optional argument.

------------
Setting up
------------
2 changes: 1 addition & 1 deletion economyraffle/economyraffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class EconomyRaffle(commands.Cog):
"""
Simple economy raffle cog.
Simple cog that gives a pre-specified amount of credits to a randomly picked user.
"""

__version__ = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions economyraffle/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing EconomyRaffle!",
"name" : "EconomyRaffle",
"short" : "Simple economy raffle cog.",
"description" : "Just a simple cog that gives a pre-specified amount of credits to a randomly picked user.",
"description" : "Simple cog that gives a pre-specified amount of credits to a randomly picked user.",
"tags" : ["giveaway", "economy", "raffle"],
"end_user_data_statement": "This cog does not store any user data."
}
4 changes: 3 additions & 1 deletion forwarding/forwarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@


class Forwarding(commands.Cog):
"""Forward messages to the bot owner, incl. pictures (max one per message)."""
"""
Forward all DMs sent to the bot to the bot owner (or a specified channel), including messages with attachments.
"""

__version__ = "2.4.0"

Expand Down
4 changes: 2 additions & 2 deletions forwarding/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable", "flare", "aikaterna"],
"install_msg" : "Thank you for installing my cog! Just load the cog and you're good to go!",
"install_msg" : "Thank you for installing Forwarding!",
"name" : "Forwarding",
"short" : "Forward messages to the owner.",
"description" : "A cog to forward messages to the bot owner, including messages with attachments.",
"description" : "Forward all DMs sent to the bot to the bot owner (or a specified channel), including messages with attachments.",
"tags" : ["forwarding", "forward"],
"end_user_data_statement": "This cog stores user ID if they are set as a ping user."
}
2 changes: 1 addition & 1 deletion gallery/gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Gallery(commands.Cog):
"""
Gallery channels!
Set channels as galleries, deleting all messages that don't contain any attachments.
"""

__version__ = "1.3.1"
Expand Down
4 changes: 2 additions & 2 deletions gallery/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Gallery!",
"name" : "Gallery",
"short" : "Gallery channels!",
"short" : "Gallery channels.",
"description" : "Set channels as galleries, deleting all messages that don't contain any attachments.",
"tags" : ["gallery"],
"end_user_data_statement": "This cog does not store any user data."
Expand Down
4 changes: 2 additions & 2 deletions lock/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog! You have to do `[p]locksetup` first.",
"install_msg" : "Thank you for installing Lock!",
"name" : "Lock",
"short" : "Lock `@everyone` from sending messages.",
"description" : "Lock `@everyone` from sending messages except Mods.",
"description" : "Lock `@everyone` from sending messages in channels or the entire guild, and only allow Moderators to talk.",
"tags" : ["lockdown", "lock"],
"end_user_data_statement": "This cog does not store any user data."
}
3 changes: 1 addition & 2 deletions lock/lock.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import asyncio
import discord
import datetime
import typing
Expand All @@ -11,7 +10,7 @@

class Lock(commands.Cog):
"""
Lock `@everyone` from sending messages.
Lock `@everyone` from sending messages in channels or the entire guild, and only allow Moderators to talk.
"""

__version__ = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lvlupcookies/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!\nNote that you ***need*** Fixator10-Cogs' Leveler and SauriCogs' Cookies cogs installed, loaded and working.",
"install_msg" : "Thank you for installing LevelUpCookies!\nNote that you *need* Fixator10-Cogs' Leveler and my Cookies cogs loaded.",
"name" : "LevelUpCookies",
"short" : "Set cookie rewards for users that level up!",
"description" : "Set cookie rewards for users that level up!",
Expand Down
18 changes: 8 additions & 10 deletions lvlupcookies/lvlupcookies.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
class LevelUpCookies(commands.Cog):
"""
Set cookie rewards for users that level up!
Note that you ***need*** Fixator10-Cogs' Leveler and SauriCogs' Cookies cogs installed, loaded and working.
"""

__version__ = "1.0.0"
Expand All @@ -39,12 +37,12 @@ def format_help_for_context(self, ctx: commands.Context) -> str:

@checks.admin()
@commands.guild_only()
@commands.group(autohelp=True, aliases=["lvlupcookies"])
async def lvlupcookiesset(self, ctx: commands.Context):
@commands.group(autohelp=True, aliases=["levelupcookies"])
async def levelupcookiesset(self, ctx: commands.Context):
"""Various Level Up Cookies settings."""

@lvlupcookiesset.command(name="add")
async def lvlupcookiesset_add(
@levelupcookiesset.command(name="add")
async def levelupcookiesset_add(
self, ctx: commands.Context, level: int, cookies: int
):
"""Set a cookie reward for leveling up!"""
Expand All @@ -53,14 +51,14 @@ async def lvlupcookiesset_add(
)
await ctx.send(f"Gaining {level} will now give {cookies} :cookie:")

@lvlupcookiesset.command(name="del")
async def lvlupcookiesset_del(self, ctx: commands.Context, level: int):
@levelupcookiesset.command(name="del")
async def levelupcookiesset_del(self, ctx: commands.Context, level: int):
"""Delete cookies for level."""
await self.config.guild(ctx.guild).rewards.clear_raw(level)
await ctx.send(f"Gaining {level} will now not give any :cookie:")

@lvlupcookiesset.command(name="show")
async def lvlupcookiesset_show(self, ctx: commands.Context):
@levelupcookiesset.command(name="show")
async def levelupcookiesset_show(self, ctx: commands.Context):
"""Show how many cookies a level gives."""
lst = []
for level in await self.config.guild(ctx.guild).rewards.get_raw():
Expand Down
6 changes: 3 additions & 3 deletions marriage/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Marriage!",
"name" : "Marriage",
"short" : "Marriage cog with some extra shit.",
"description" : "Marriage cog with some extra shit.",
"short" : "Marry, divorce, and give gifts to other members.",
"description" : "Marry, divorce, and give gifts to other members.",
"tags" : ["marriage", "marry", "waifu"],
"end_user_data_statement": "This cog stores user IDs upon marrying and divorcing."
}
4 changes: 1 addition & 3 deletions marriage/marriage.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@

from redbot.core.bot import Red

__author__ = "saurichable"


class Marriage(commands.Cog):
"""
Marriage cog with some extra stuff.
Marry, divorce, and give gifts to other members.
"""

__version__ = "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions mentionable/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable", "bobloy"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Mentionable!",
"name" : "Mentionable",
"short" : "Makes unmentionable roles mentionable.",
"description" : "Just a very simple cog that makes unmentionable roles mentionable.",
"description" : "Very simple way to make unmentionable roles mentionable.",
"tags" : ["mentionable"],
"end_user_data_statement": "This cog does not store any user data."
}
2 changes: 1 addition & 1 deletion mentionable/mentionable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Mentionable(commands.Cog):
"""
Makes unmentionable roles mentionable.
Very simple way to make unmentionable roles mentionable.
"""

__version__ = "1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions pick/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog! Note that **the output is user ID.**",
"install_msg" : "Thank you for installing Pick! Note that **the output is user ID.**",
"name" : "Pick",
"short" : "Pick a random user or a user with a specified role.",
"description" : "Pick a random user or a user with a specified role.",
"short" : "Pick a random user, or a user with a specified role.",
"description" : "Pick a random user, or a user with a specified role.",
"tags" : ["pick"],
"end_user_data_statement": "This cog does not store any user data."
}
2 changes: 1 addition & 1 deletion pick/pick.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class Pick(commands.Cog):
"""Pick a random user or a user with a specified role."""
"""Pick a random user, or a user with a specified role."""

__version__ = "1.2.0"

Expand Down
2 changes: 1 addition & 1 deletion pingable/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing Pingable!",
"name" : "Pingable",
"short" : "Make unpingable roles pingable by regular users.",
"description" : "Make unpingable roles pingable by regular users with commands.",
Expand Down
4 changes: 2 additions & 2 deletions suggestion/info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog! Only admins can approve or reject suggestions.",
"install_msg" : "Thank you for installing Suggestion!",
"name" : "Suggestion",
"short" : "Simple suggestion box.",
"description" : "Just a simple suggestion box with voting system.",
"description" : "Per guild, as well as global, suggestion box voting system.",
"tags" : ["suggestion"],
"end_user_data_statement": "This cog stores user names, discriminators, and IDs upon sending a suggestion. This data is used solely to display and contact the user about any change to their suggestion."
}
4 changes: 1 addition & 3 deletions suggestion/suggestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@

class Suggestion(commands.Cog):
"""
Simple suggestion box, basically.
Only admins can approve or reject suggestions.
Per guild, as well as global, suggestion box voting system.
"""

__version__ = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion uniquename/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author" : ["saurichable"],
"install_msg" : "Thank you for installing my cog!",
"install_msg" : "Thank you for installing UniqueName!",
"name" : "UniqueName",
"short" : "Deny members' names to be the same as your Moderators'.",
"description" : "Deny members' names to be the same as your Moderators'.",
Expand Down
4 changes: 3 additions & 1 deletion uniquename/uniquename.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@


class UniqueName(commands.Cog):
"""Deny members' names to be the same as your Moderators'."""
"""
Deny members' names to be the same as your Moderators'.
"""

__version__ = "1.4.0"

Expand Down
Loading

0 comments on commit c700b1e

Please sign in to comment.