Repository for Redbot cogs developed by the Galaxy Discord Management team.
Find a file
2023-08-07 22:28:59 -04:00
.gitea/ISSUE_TEMPLATE repo: changed issue templates 2023-08-07 22:28:59 -04:00
exportchannels BREAKING!!!! feat: discord.py 2.0 compatibility 2023-08-07 17:34:57 -04:00
galaxy fix: cocoreact no longer tries to check guild configs while in dms 2023-08-07 20:41:23 -04:00
info fix: more discord.py 2.0 fixes 2023-08-07 20:56:47 -04:00
musicdownloader fix: properly handling requirements 2023-08-07 17:55:29 -04:00
podcast BREAKING!!!! feat: discord.py 2.0 compatibility 2023-08-07 17:34:57 -04:00
send misc: renamed say cog to send cog 2023-08-07 21:38:35 -04:00
shortmute BREAKING!!!! feat: discord.py 2.0 compatibility 2023-08-07 17:34:57 -04:00
suggestions fix: more avatar-related fixes 2023-08-07 20:15:31 -04:00
sugoncredit BREAKING!!!! feat: discord.py 2.0 compatibility 2023-08-07 17:34:57 -04:00
worldzero BREAKING!!!! feat: discord.py 2.0 compatibility 2023-08-07 17:34:57 -04:00
.gitignore repo: changed issue templates 2023-08-07 22:28:59 -04:00
info.json updated info.json 2023-02-28 01:17:45 -05:00
LICENSE Initial commit 2023-02-27 11:36:15 -05:00
README.md readme: finished previous commit 2023-08-02 01:17:33 -04:00

GalaxyCogs

Galaxy Discord Server PyPI - Python Version discord.py

Repository for Redbot cogs developed by the Galaxy Discord Management team.

ExportChannels (WIP)1

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.

Credit to Tyrrrz for the bundled version of Discord Chat Exporter within this cog. The original repository can be found here.

Galaxy

Utility cog designed specifically for use on the Galaxy Discord server.

Includes:

  • Warehouse command
  • FAQ command
  • Unix command

Info

Combination of a few built-in Red cogs + some custom code to provide commands that show information of specific Discord objects.

Currently supports:

  • Users
  • Servers/Guilds
  • Roles2

MusicDownloader

Allows users to download just the audio files from any YouTube video. Currently only supports YouTube and does not work for video.

Currently partially broken on just old versions of Red, if you're on an old version (such as 3.4.18) please download this database file and put it in your cog data directory for this cog, which should be

<where-ever you've installed red>/Red-DiscordBot/data/<instance name>/cogs/MusicDownloader

Podcast (WIP)1

Allows users to submit questions to a specified channel, intended for use with podcasts.

Also features user blacklists, both configurable per-server and globally.

This cog currently is non-functional. This notice will be removed once the Cog is completed.

Shortmutes (WIP)1

Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.

Suggestions

Allows users to submit suggestions to a specified channel. Highly cut-down modification of SauriCog's Suggestions Cog.

Features:

  • Separate approved and denied channels
  • Custom emoji support

SugonCredit

Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.

Features:

  • Add Credit to people.
  • Remove Credit from people.
  • Supports custom currency names and bank names.

  1. ↩︎
  2. 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. ↩︎