Rename RedBase to Red, remove the old Red (#5159)

* Rename RedBase to Red, remove the old Red

* Update docs references

* add noindex directives
This commit is contained in:
jack1142
2021-10-20 12:12:55 +02:00
committed by GitHub
parent a70f0b7872
commit 6db5c866af
7 changed files with 31 additions and 44 deletions

View File

@@ -145,7 +145,7 @@ While not required for approved Cog Creators, they are still recommended in orde
- Values provided make sense. (eg. no negative numbers for payday)
- Don't unsafely use user input for things like database input.
- Check events against `bot.cog_disabled_in_guild() <RedBase.cog_disabled_in_guild()>`\
- Check events against `bot.cog_disabled_in_guild() <Red.cog_disabled_in_guild()>`\
- Not all events need to be checked, only those that interact with a guild.
- Some discretion may apply, for example,