mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
[tasks] Fix missing name parameter in loop copy
This commit is contained in:
parent
03140c0163
commit
646ab85bb6
@ -284,6 +284,7 @@ class Loop(Generic[LF]):
|
||||
time=self._time,
|
||||
count=self.count,
|
||||
reconnect=self.reconnect,
|
||||
name=self._name,
|
||||
)
|
||||
copy._injected = obj
|
||||
copy._before_loop = self._before_loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user