Compare commits

..

3 Commits
3.0.1 ... 3.0.2

Author SHA1 Message Date
Toby Harradine
dc87f6c251 Bump version to 3.0.2
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
2019-02-25 08:43:42 +11:00
Toby Harradine
431cdf1ad4 [Permissions] Fix typo in cog_add event 2019-02-25 08:43:02 +11:00
ZeLarpMaster
c2bfcfdc64 [Trivia] Fix typo in cars.yaml (#2475) 2019-02-25 08:42:51 +11:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -148,5 +148,5 @@ class VersionInfo:
)
__version__ = "3.0.1"
__version__ = "3.0.2"
version_info = VersionInfo.from_str(__version__)