#async_init was never awaited
1 messages · Page 1 of 1 (latest)
The cleanest thing to do would be to run this code after you listen to the Startup event
can you show what you mean?
you listen to the Startup event directly in your cog
and when the event is fired, you can initialize all your class variables
but Startup is only run once and not on ext init
right?
startup is fired once
but you can have multiple listeners to it
one in main file, one in a cog, etc...
im still confused why the code is giving that error tho
thats what the example shows
i just plan on having to reload this extension a lot while im making it
recommended way to do it
then use this
so confirming that bit is outdated?