Skip to content

Commit b4cbe5e

Browse files
authored
some var namings
1 parent 39fdd04 commit b4cbe5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/clients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,6 @@ class PluginDatabaseClient:
539539
def __init__(self, bot: Bot):
540540
self.bot = bot
541541

542-
def get_partition(self, cog_cls):
543-
cls_name = cog_cls.__class__.__name__
542+
def get_partition(self, cog):
543+
cls_name = cog.__class__.__name__
544544
return self.bot.db.plugins[cls_name]

0 commit comments

Comments
 (0)