From a49b8f70b949a30c48ff88d4f9d66c3d383c23d6 Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 7 Sep 2018 14:41:43 -0400 Subject: [PATCH] Cog Type --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 8a881a3..acd983b 100644 --- a/README.md +++ b/README.md @@ -2,33 +2,33 @@ Cog Function -| Name | Status | Description (Click to see full status) -| --- | --- | --- | -| announcedaily | **Alpha** |
Send daily announcements to all servers at a specified timesCommissioned release, so suggestions will not be accepted
| -| ccrole | **Beta** |
Create custom commands that also assign rolesMay have some bugs, please create an issue if you find any
| -| chatter | **Alpha** |
Chat-bot trained to talk like your guildMissing some key features, but currently functional
| -| coglint | **Alpha** |
Error check code in python syntax posted to discordWorks, but probably needs more turning to work for cogs
| -| fight | **Incomplete** |
Organize bracket tournaments within discordStill in-progress, a massive project
| -| flag | **Alpha** |
Create temporary marks on users that expire after specified timePorted, will not import old data. Please report bugs
| -| forcemention | **Alpha** |
Mentions unmentionable rolesVery simple cog, mention doesn't persist
| -| hangman | **Alpha** |
Play a game of hangmanSome visual glitches and needs more customization
| -| howdoi | **Incomplete** |
Ask coding questions and get results from StackExchangeNot yet functional
| -| leaver | **Alpha** |
Send a message in a channel when a user leaves the serverJust released, please report bugs
| -| lovecalculator | **Alpha** |
Calculate the love between two users[Snap-Ons] Just updated to V3
| -| lseen | **Alpha** |
Track when a member was last onlineAlpha release, please report bugs
| -| nudity | **Incomplete** |
Checks for NSFW images posted in non-NSFW channelsLibrary this is based on has a bug, waiting for author to merge my PR
| -| qrinvite | **Alpha** |
Create a QR code invite for the serverAlpha release, please report any bugs
| -| reactrestrict | **Alpha** |
Removes reactions by role per channelA bit clunky, but functional
| -| recyclingplant | **Alpha** |
Work at a recycling plant[Snap-Ons] Just updated to V3
| -| rpsls | **Alpha** |
Play Rock-Paper-Scissors-Lizard-Spock[Snap-Ons] Just updated to V3
| -| sayurl | **Alpha** |
Convert any URL into text and post to discordNo error checking and pretty spammy
| -| scp | **Alpha** |
Look-up SCP articles[Snap-Ons] Just updated to V3
| -| secrethitler | **Incomplete** |
Play the Secret Hitler gameConcept, no work done yet
| -| stealemoji | **Alpha** |
Steals any custom emoji it sees in a reactionSome planned upgrades for server generation
| -| timerole | **Alpha** |
Add roles to members after specified time on the serverUpgraded from V2, please report any bugs
| -| tts | **Alpha** |
Send a Text-to-Speech message as an uploaded mp3Alpha release, please report any bugs
| -| unicode | **Alpha** |
Encode and Decode unicode characters[Snap-Ons] Just updated to V3
| -| werewolf | **Alpha** |
Play the classic party game Werewolf within discordAnother massive project currently being developed, will be fully customizable
| +| Name | Status | Type | Description (Click to see full status) +| --- | --- | --- | --- | +| announcedaily | **Alpha** | Tool |
Send daily announcements to all servers at a specified timesCommissioned release, so suggestions will not be accepted
| +| ccrole | **Beta** | Custom |
Create custom commands that also assign rolesMay have some bugs, please create an issue if you find any
| +| chatter | **Alpha** | Social |
Chat-bot trained to talk like your guildMissing some key features, but currently functional
| +| coglint | **Alpha** | Tool |
Error check code in python syntax posted to discordWorks, but probably needs more turning to work for cogs
| +| fight | **Incomplete** | Game |
Organize bracket tournaments within discordStill in-progress, a massive project
| +| flag | **Alpha** | Tool |
Create temporary marks on users that expire after specified timePorted, will not import old data. Please report bugs
| +| forcemention | **Alpha** | Tool |
Mentions unmentionable rolesVery simple cog, mention doesn't persist
| +| hangman | **Alpha** | Game |
Play a game of hangmanSome visual glitches and needs more customization
| +| howdoi | **Incomplete** | Tool |
Ask coding questions and get results from StackExchangeNot yet functional
| +| leaver | **Alpha** | Custom |
Send a message in a channel when a user leaves the serverJust released, please report bugs
| +| lovecalculator | **Alpha** | Fun |
Calculate the love between two users[Snap-Ons] Just updated to V3
| +| lseen | **Alpha** | Tool |
Track when a member was last onlineAlpha release, please report bugs
| +| nudity | **Incomplete** | Custom |
Checks for NSFW images posted in non-NSFW channelsLibrary this is based on has a bug, waiting for author to merge my PR
| +| qrinvite | **Alpha** | Custom |
Create a QR code invite for the serverAlpha release, please report any bugs
| +| reactrestrict | **Alpha** | Custom |
Removes reactions by role per channelA bit clunky, but functional
| +| recyclingplant | **Alpha** | Game |
Work at a recycling plant[Snap-Ons] Just updated to V3
| +| rpsls | **Alpha** | Game |
Play Rock-Paper-Scissors-Lizard-Spock[Snap-Ons] Just updated to V3
| +| sayurl | **Alpha** | Tool |
Convert any URL into text and post to discordNo error checking and pretty spammy
| +| scp | **Alpha** | Fun |
Look-up SCP articles[Snap-Ons] Just updated to V3
| +| secrethitler | **Incomplete** | Game |
Play the Secret Hitler gameConcept, no work done yet
| +| stealemoji | **Alpha** | Custom |
Steals any custom emoji it sees in a reactionSome planned upgrades for server generation
| +| timerole | **Alpha** | Custom |
Add roles to members after specified time on the serverUpgraded from V2, please report any bugs
| +| tts | **Alpha** | Fun |
Send a Text-to-Speech message as an uploaded mp3Alpha release, please report any bugs
| +| unicode | **Alpha** | Tool |
Encode and Decode unicode characters[Snap-Ons] Just updated to V3
| +| werewolf | **Alpha** | Game |
Play the classic party game Werewolf within discordAnother massive project currently being developed, will be fully customizable
| Check out my V2 cogs at [Fox-Cogs v2](https://github.com/bobloy/Fox-Cogs)