This repository was archived by the owner on May 28, 2022. It is now read-only.
Replies: 1 comment 4 replies
-
|
It will take some time to investigate this. We apologize for any inconvenience this may cause. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use the framework to make the bot posting a note every hour.
I can get the loop starting and it works like a charm with
and
self.loop1h.start() #Launching 1 hour taskinon_ready()But as soon I use
await self.post_note()it doens't work anymore. I don't get any error message or something like that. It just not working anymore. The time date & date doesn't show up either. (Additional informationcfpost()just returns a String, but even without that function it doesn't do anything)I really can't find the error...
Beta Was this translation helpful? Give feedback.
All reactions