Skip to content

Commit f0a4010

Browse files
HexFDorukyum
andauthored
Update discord/cog.py
Co-authored-by: Dorukyum <[email protected]>
1 parent fa7cf47 commit f0a4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def __new__(cls: Type[CogMeta], *args: Any, **kwargs: Any) -> CogMeta:
147147

148148
try:
149149
if getattr(value, "parent") is not None:
150-
# Skip commands if they are apart of a group
150+
# Skip commands if they are a part of a group
151151
continue
152152
except AttributeError:
153153
pass

0 commit comments

Comments
 (0)