readme: updated readme for musicdownloader cog

This commit is contained in:
Seaswimmer 2023-08-01 15:07:18 -04:00
parent 1aca41b5c9
commit 030fef4e8a
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -1,4 +1,5 @@
# GalaxyCogs # GalaxyCogs
<p align="center"> <p align="center">
<a href="https://discord.com/invite/robloxgalaxy"> <a href="https://discord.com/invite/robloxgalaxy">
<img src="https://discordapp.com/api/guilds/204965774618656769/widget.png?style=shield" alt="Galaxy Discord Server"> <img src="https://discordapp.com/api/guilds/204965774618656769/widget.png?style=shield" alt="Galaxy Discord Server">
@ -12,52 +13,66 @@
</p> </p>
Repository for Redbot cogs developed by the Galaxy Discord Management team. Repository for Redbot cogs developed by the Galaxy Discord Management team.
## ExportChannels **(WIP)**[^incomplete] ## ExportChannels **(WIP)**[^incomplete]
This cog allows you to easily export channels using Discord Chat Exporter. This cog allows you to easily export channels using Discord Chat Exporter.
**THIS COG IS NOT INTENDED FOR EXTERNAL USE. YOU WILL LIKELY HAVE TO RUN THIS COG LOCALLY AND MODIFY CODE SHOULD YOU WISH TO USE IT.** **THIS COG IS NOT INTENDED FOR EXTERNAL USE. YOU WILL LIKELY HAVE TO RUN THIS COG LOCALLY AND MODIFY CODE SHOULD YOU WISH TO USE IT.**
### **Credit to Tyrrrz for the bundled version of Discord Chat Exporter within this cog. The original repository can be found [here](https://github.com/Tyrrrz/DiscordChatExporter).** ### **Credit to Tyrrrz for the bundled version of Discord Chat Exporter within this cog. The original repository can be found [here](https://github.com/Tyrrrz/DiscordChatExporter).**
## Galaxy ## Galaxy
Utility cog designed specifically for use on the Galaxy Discord server.
Utility cog designed specifically for use on the Galaxy Discord server.
Includes: Includes:
* Warehouse command * Warehouse command
* FAQ command * FAQ command
* Unix command * Unix command
## Info ## Info
Combination of a few built-in Red cogs + some custom code to provide commands that show information of specific Discord objects. Combination of a few built-in Red cogs + some custom code to provide commands that show information of specific Discord objects.
Currently supports: Currently supports:
* Users * Users
* Servers/Guilds * Servers/Guilds
* Roles[^dpy_notice] * Roles[^dpy_notice]
[^dpy_notice]: [^dpy_notice]:
Due to Red's use of Discord.py 1.7.3, the ``[p]roleinfo`` command in the Info cog does not show all permissions. This is due to the outdated Discord.py version not supporting checking for all permissions. Due to Red's use of Discord.py 1.7.3, the ``[p]roleinfo`` command in the Info cog does not show all permissions. This is due to the outdated Discord.py version not supporting checking for all permissions.
## Podcast **(WIP)**[^incomplete] ## MusicDownloader
Allows users to submit questions to a specified channel, intended for use with podcasts.
Also features user blacklists, both configurable per-server and globally. Allows users to download **just the audio files** from any YouTube video. Currently only supports YouTube and does not work for video.
[^incomplete]:
This cog currently is non-functional. This notice will be removed once the Cog is completed. ## Podcast **(WIP)**[^incomplete]
Allows users to submit questions to a specified channel, intended for use with podcasts.
Also features user blacklists, both configurable per-server and globally.
[^incomplete]:
This cog currently is non-functional. This notice will be removed once the Cog is completed.
## Shortmutes **(WIP)**[^incomplete] ## Shortmutes **(WIP)**[^incomplete]
Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.
## Suggestions Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.
Allows users to submit suggestions to a specified channel. Highly cut-down modification of [SauriCog's Suggestions Cog](https://github.com/elijabesu/SauriCogs).
Features: ## Suggestions
* Separate approved and denied channels
* Custom emoji support Allows users to submit suggestions to a specified channel. Highly cut-down modification of [SauriCog's Suggestions Cog](https://github.com/elijabesu/SauriCogs).
Features:
* Separate approved and denied channels
* Custom emoji support
## SugonCredit
## SugonCredit
Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community. Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.
Features: Features:
* Add Credit to people. * Add Credit to people.
* Remove Credit from people. * Remove Credit from people.
* Supports custom currency names and bank names. * Supports custom currency names and bank names.