Steve C 0fd5eca0d5 [tasks] Fix tasks decorators being discarded
At this moment, when a task seems to be first loaded, it immediately throws away the decorators you give it, and just generates a new instance of itself.

In your cog's `__init__`, once you do `self.my_task.start()`, the Loop is remade when it gets to `self.my_task` before executing the `start` function. The original Loop that the cog starts with is where the decorated values are. This fixes that.
2020-05-07 02:30:24 -04:00
..
2018-01-26 12:46:19 -05:00
2020-04-06 05:00:33 -04:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-05-03 01:58:52 -04:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-01-19 20:03:00 -05:00
2020-04-04 02:42:22 -04:00
2020-01-24 20:53:34 -05:00
2020-01-21 21:34:58 -05:00
2020-01-19 20:03:00 -05:00