mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-10 11:22: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(
|
self._load_rules_for(
|
||||||
cog_or_command=cog,
|
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:
|
async def command_added(self, command: commands.Command) -> None:
|
||||||
|
|||||||
@@ -77,8 +77,8 @@ What car is this? http://i.imgur.com/KCd50kw.jpg:
|
|||||||
- Wraith
|
- Wraith
|
||||||
What car is this? http://i.imgur.com/KGCsWGo.jpg:
|
What car is this? http://i.imgur.com/KGCsWGo.jpg:
|
||||||
- Lamborghini Aventador
|
- Lamborghini Aventador
|
||||||
- Lambo Avendator
|
- Lambo Aventador
|
||||||
- Avendator
|
- Aventador
|
||||||
What car is this? http://i.imgur.com/Khv7UOz.jpg:
|
What car is this? http://i.imgur.com/Khv7UOz.jpg:
|
||||||
- Peugeot RCZ
|
- Peugeot RCZ
|
||||||
- RCZ
|
- RCZ
|
||||||
|
|||||||
@@ -148,5 +148,5 @@ class VersionInfo:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.0.1"
|
__version__ = "3.0.2"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|||||||
Reference in New Issue
Block a user