updated readme

This commit is contained in:
brandons209 2020-01-28 04:30:49 -05:00
parent 15e0ff0e85
commit 507072f65a

View file

@ -1,10 +1,60 @@
# Brandons209's Cogs
## Cogs for discord's [Red-Bot](https://github.com/Cog-Creators/Red-DiscordBot)
This repo contains cogs I made for Red-Bot V2. Check out the V3 branch for V3 cogs.
Thank you for taking a look at my cogs, most of these are rewrites of other cogs, with a few of my own.
##### Activitylog
Full V2 port with most of the cog rewritten from [calebj](https://github.com/calebj/calebj-cogs). This is an all in one logger for all sorts of discord messages and events.
**Features:**
- Track messages, attachments, voice channel states, audit log entries, DMs, and also who deletes messages and performs other audit log actions.
- Customizable log file rotation.
- Global/per guild/per channel logging preferences
- Pull logs for a channel or audit logs, with customizable time ranges either in specifying exact dates or an interval from the current time.
- Track user statistics (how many messages sent, how many bot commands, how long in voice chats) per guild.
- Track username changes globally.
- Upgraded userinfo command that includes user stats and number of bans, mutes, and kicks.
#### AdminCustom
Will be changed to standalone admin-extension, currently outdated.
#### Events
Made for a friend, pretty messy. Send custom events and log time since that event.
#### Pony
Search derpibooru for pony images. Ported from [Alzarath](https://github.com/Alzarath/Booru-Cogs).
**Features:**
- Filter by tags.
- Verbose mode.
- Get random and latest image results.
#### Punish
Port from [calebj](https://github.com/calebj/calebj-cogs) punish cog. Functionality mostly retained. Allows adding a custom Punished role to a user to lock them out of all channels in your server except a designated one.
**Features:**
- Set roles to remove when punishing to bypass per channel overrides on some roles.
- Customize overrides for the punish role.
- Creates modlog cases for punishments.
- Log cases created/updated when manually adding or removing role without the command.
#### ReactPoll
Modifed from [flapjax](https://github.com/flapjax/FlapJack-Cogs). Uses base of v2 version ported to v3, with the added functionality of watching reactions on polls to enforce one vote per user and no custom reactions adding. Also supports saving polls to disk incase bot shutdowns during poll.
#### Roleplay
Assorted roleplay commands. Uses ASCII art.
**Features:**
- Improved hug, don't need to @ a user nor use quotes if their name has spaces.
- Slap.
- IQ test.
- Army (for [Champions of Equestria use only](http://discord.championsofequestria.town))
- Boop.
- Bap.
- Improved Flip.
#### Welcome
Modified from https://github.com/tmercswims/tmerc-cogs , allowing a new whisper type to send a message in the server on failed DM. Feature submitted to the repo.
#### Admin
Modifed core Admin cog with more commands and features, plus a few fixes.
Modified from [tmerc](https://github.com/tmercswims/tmerc-cogs), adding a nicely formatted role list as an option for messages. Feature submitted to tmerc.