mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 18:02:31 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc87f6c251 | ||
|
|
431cdf1ad4 | ||
|
|
c2bfcfdc64 |
@@ -439,7 +439,7 @@ class Permissions(commands.Cog):
|
||||
"""
|
||||
self._load_rules_for(
|
||||
cog_or_command=cog,
|
||||
rule_dict=await self.config.custom(COMMAND, cog.__class__.__name__).all(),
|
||||
rule_dict=await self.config.custom(COG, cog.__class__.__name__).all(),
|
||||
)
|
||||
|
||||
async def command_added(self, command: commands.Command) -> None:
|
||||
|
||||
@@ -77,8 +77,8 @@ What car is this? http://i.imgur.com/KCd50kw.jpg:
|
||||
- Wraith
|
||||
What car is this? http://i.imgur.com/KGCsWGo.jpg:
|
||||
- Lamborghini Aventador
|
||||
- Lambo Avendator
|
||||
- Avendator
|
||||
- Lambo Aventador
|
||||
- Aventador
|
||||
What car is this? http://i.imgur.com/Khv7UOz.jpg:
|
||||
- Peugeot RCZ
|
||||
- RCZ
|
||||
|
||||
@@ -148,5 +148,5 @@ class VersionInfo:
|
||||
)
|
||||
|
||||
|
||||
__version__ = "3.0.1"
|
||||
__version__ = "3.0.2"
|
||||
version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
Reference in New Issue
Block a user