#Event keeps firing constantly every x amount of hours
1 messages · Page 1 of 1 (latest)
how did u do it?
witch event did you create?
I just kept using the same event. But i did code a value that the event modifies.
Så on startup, the application will check if said value has been modified, if not, fire the start up message, otherwise, ignore.
I want to create an event that first send message to a specific channel saying that i am online and another for changing like every hour the status but I only manage to create a command that do that not on start up, but I am usinig a HostedService
on older versions I can just add a function o client.Ready but with the new version I dont know.
do you have an example?
