mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Be quieter in expected cases * lets put this in the log file * inline description use because setuptools entrypoint scripts are dumb * Another setuptools entrypoint related issue * maybe don't crash the bot on tasks * improve the handling a bit more + document some of the lower level bits from the perspective of 'why?' * Adding myself to codeowners on this one * Let's not clobber our exit code * And, there we go * finish that thought * right, I bumped the python version for (part of) this * Update redbot/__main__.py Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com> * Okay, we should be good now * correct exit code enum use * cosmetic * minor fix for linux and ctrl+c Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
65 lines
2.6 KiB
Plaintext
65 lines
2.6 KiB
Plaintext
# Default
|
|
* @Twentysix26
|
|
|
|
# Core
|
|
redbot/core/bank.py @palmtree5
|
|
redbot/core/checks.py @tekulvw
|
|
redbot/core/cli.py @tekulvw
|
|
redbot/core/config.py @tekulvw
|
|
redbot/core/cog_manager.py @tekulvw
|
|
redbot/core/core_commands.py @tekulvw
|
|
redbot/core/context.py @Tobotimus
|
|
redbot/core/commands/* @mikeshardmind
|
|
redbot/core/data_manager.py @tekulvw
|
|
redbot/core/dev_commands.py @tekulvw
|
|
redbot/core/drivers/* @tekulvw
|
|
redbot/core/events.py @tekulvw
|
|
redbot/core/global_checks.py @tekulvw
|
|
redbot/core/i18n.py @tekulvw
|
|
redbot/core/modlog.py @palmtree5
|
|
redbot/core/rpc.py @tekulvw
|
|
redbot/core/utils/chat_formatting.py @tekulvw
|
|
redbot/core/utils/mod.py @palmtree5
|
|
redbot/core/utils/data_converter.py @mikeshardmind
|
|
redbot/core/utils/antispam.py @mikeshardmind
|
|
redbot/core/utils/tunnel.py @mikeshardmind
|
|
redbot/core/utils/caching.py @mikeshardmind
|
|
redbot/core/utils/common_filters.py @mikeshardmind
|
|
redbot/core/utils/dbtools.py @mikeshardmind
|
|
|
|
# Cogs
|
|
redbot/cogs/admin/* @tekulvw
|
|
redbot/cogs/alias/* @tekulvw
|
|
redbot/cogs/audio/* @aikaterna @Drapersniper
|
|
redbot/cogs/bank/* @tekulvw
|
|
redbot/cogs/cleanup/* @palmtree5
|
|
redbot/cogs/customcom/* @palmtree5
|
|
redbot/cogs/downloader/* @tekulvw @jack1142
|
|
redbot/cogs/economy/* @palmtree5
|
|
redbot/cogs/filter/* @palmtree5
|
|
redbot/cogs/general/* @palmtree5
|
|
redbot/cogs/image/* @palmtree5
|
|
redbot/cogs/mod/* @palmtree5
|
|
redbot/cogs/modlog/* @palmtree5
|
|
redbot/cogs/streams/* @Twentysix26 @palmtree5
|
|
redbot/cogs/trivia/* @Tobotimus
|
|
redbot/cogs/reports/* @mikeshardmind
|
|
redbot/cogs/permissions/* @mikeshardmind
|
|
redbot/cogs/warnings/* @palmtree5
|
|
|
|
# Docs
|
|
docs/* @tekulvw @palmtree5
|
|
|
|
# Tests
|
|
tests/cogs/downloader/* @jack1142
|
|
|
|
# Setup, instance setup, and running the bot
|
|
setup.py @tekulvw
|
|
redbot/__init__.py @tekulvw
|
|
redbot/__main__.py @tekulvw @mikeshardmind
|
|
redbot/setup.py @tekulvw
|
|
|
|
# Others
|
|
.travis.yml @Kowlin
|
|
crowdin.yml @Kowlin
|