Can someone help me with a message or announcement system? so I have a database(SQL) in the database I have a table called announcement | announcement_message | active | , What I want the bot to do is it will keep checking the database every 2 minutes and if it sees that active = 1 then send a message to announcement channel with the announcement message(it will only post once) if it sees Active = 0 then delete the last message it made in the channel.
