Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neuroassassin/toxic-cogs
A collection of utility, moderation and fun plugins to Red - Discord Bot.
https://github.com/neuroassassin/toxic-cogs
discord discord-py-rewrite hacktoberfest red-discordbot
Last synced: 3 months ago
JSON representation
A collection of utility, moderation and fun plugins to Red - Discord Bot.
- Host: GitHub
- URL: https://github.com/neuroassassin/toxic-cogs
- Owner: NeuroAssassin
- License: mit
- Created: 2018-11-12T15:43:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T14:37:14.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:38:22.953Z (9 months ago)
- Topics: discord, discord-py-rewrite, hacktoberfest, red-discordbot
- Language: Python
- Homepage:
- Size: 690 KB
- Stars: 45
- Watchers: 2
- Forks: 38
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toxic-Cogs
[![Discord server](https://discordapp.com/api/guilds/540613833237069836/embed.png)](https://discord.gg/vQZTdB9)
[![Black coding style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Red cogs](https://img.shields.io/badge/Red--DiscordBot-cogs-red.svg)](https://github.com/Cog-Creators/Red-DiscordBot/tree/V3/develop)
[![discord.py](https://img.shields.io/badge/discord-py-blue.svg)](https://github.com/Rapptz/discord.py)Cogs for Red - Discord Bot by TwentySix.
****
## Table of Contents
* [Information](#information)
* [How to Install](#how-to-install)
* [Descriptions](#descriptions)
* [Credits](#credits)
* [Bugs and Help](#bugs-and-help)
* [Helpful Libraries](#helpful-libraries)
* [Required Libraries](#required-libraries)
****
### InformationThe Toxic-Cogs repo holds a bunch of different cogs, some being tools (listpermissions, maintenance), some being for fun (like simon, twenty (2048)) and some others giving information (sw (Star Wars)). You can find descriptions of them below in the table.
[Back to Table of Contents](#table-of-contents)
****
### How to installThese cogs are made for [Red V3](https://github.com/Cog-Creators/Red-DiscordBot) by TwentySix. Using Red V3, you can add my repo by doing `[p]repo add Toxic-Cogs https://github.com/NeuroAssassin/Toxic-Cogs master`, then using `[p]cog install Toxic-Cogs ` (with `[p]` being your prefix)
[Back to Table of Contents](#table-of-contents)
****
### Descriptions| Cog | Description |
| --- | ----------- |
| Color | Get information about colorsProvide either the name, rgb, hexadecimal or hsl value of a color and get the rgb, hexadecimal and hsl value about it |
| Commandchart | Get the latest commandsGet the latest commands from the last certain amount of messages in a certain channel |
| Cooldown | Set cooldowns for commandsOverride (not recommended) or set cooldowns for commands to make sure your users don't commands too much |
| ListPermissions | List the permissions of a role or userGet the permissions of a user or role in a certain channel or guild-wide. |
| Minesweeper | Play minesweeper in DiscordPlay minesweeper interactively on the bot or with spoilers |
| Simon | Play Simon in DiscordPlay Simon in Discord and guess the correct sequences |
| Twenty | Play 2048 in DiscordPlay 2048 in Discord with reactions |
| UpdateChecker | Get notifications when there is an update for one of your repositories added to your botHave your bot tell you in DM or a channel when there is an update for one of the repos added to your bot |
| SW | Get Star Wars information through DiscordGet info about something in Star Wars using this cog |
| Maintenance | Put your bot on maintenancePut your bot on maintenance, telling people who are not in the whitelist for the maintenance that the bot is on maintenance, and will not respond to commands |
| Evolution | Buy animals with economy credits and get more credits!A cog that I made after a mobile app, kinda cheesy but fun. |
| Deleter | Auto-delete messages after a certain amount of timeDelete messages after a certain amount of specified time, after the message was sent |
| Editor | Edit messages sent by the botAllows an administrator to edit one of the bot's messages, by either copying the content and/or embed from a previously sent message from the bot, or by the specified content |
| Targeter | Target users in the guild based upon the passed argumentsAllows arguments for dates, roles, names, activities, statuses or devices. |
| Scanner | Auto-delete and report messages that are considered inappropriateBot Owner must set credentials first before use |[Back to Table of Contents](#table-of-contents)
****
### CreditsCredit to Aikaterna's chatchart cog, which I based my commandchart cog off of (which was also a requested cog on cogboard.red). You can find that cog here: https://github.com/aikaterna/aikaterna-cogs/tree/v3/chatchart.
Thanks to:
+ Yukirin for suggesting/asking for the commandchart cog.
+ Olaroll for suggesting/asking for the editor cog
+ kennnyshiwa for suggestin/asking for the deleter cog
+ Other people in Red for helping me with coming up with ideas and helping me find shortcuts to some things[Back to Table of Contents](#table-of-contents)
****
### Bugs and Help
For bugs, contact me at Neuro Assassin#4779 <@473541068378341376>. It would be best though to join my support server, where other people could help you too. You can find the invite button at the top of this file.[Back to Table of Contents](#table-of-contents)
****
### Helpful Libraries
[PrettyTable](https://pypi.org/project/PrettyTable/) is helpful for the SQL cog. It makes the showing of the data much nicer, neater and more comprehendible.[Back to Table of Contents](#table-of-contents)
****
### Required Libraries
[Matplotlib](https://pypi.org/project/matplotlib/) and [pytz](https://pypi.org/project/pytz/) are required for the commandchart cog.[Colour](https://pypi.org/project/colour/) is required for the color cog.
[PrettyTable](https://pypi.org/project/PrettyTable/) and [FuzzyWuzzy](https://pypi.org/project/fuzzywuzzy/) are required for the listpermissions cog.
[Back to Table of Contents](#table-of-contents)