Twitch Announcement
Command to send a twitch announcement message
const message = ctx.message;
await api.twitch.sendChatAnnouncement(message, "primary");
Command to send a twitch announcement message
const message = ctx.message;
await api.twitch.sendChatAnnouncement(message, "primary");