ieatfries
How to generate push messages in channels?
Right but each time i try to loop through the channels in the guild prop it ends up empty.
Furthermore is there an example of how when I get the channel Id how to be able to actually create a new message?
The example on github is easy because the MessageChannel clsss already has a way to do it
25 replies
How to generate push messages in channels?
I think I'm more interested in ONLY generating a push event. So an ideal workflow would be something like
1. Find out which channel's my bot is in.
2. Do a create message event at a timed interval using the channel id.
It looks like at some point I might have to store this info in a db which is fine
25 replies