Closed Travis-Owens closed 3 years ago
Add the ability to retrieve a list of Twitch/YouTube notifications on a per channel basis.
Example usage:
Ideas:
Example Output:
Code:
embed = discord.Embed(title="", colour=discord.Colour(0xd06412)) embed.set_author(name="KeshBotics", url="https://discordapp.com", icon_url="") embed.add_field(name="Twitch Notifications", value="Channel 1\nChannel 2\n Channel 3", inline=False) await ctx.send(content="", embed=embed)
Add the ability to retrieve a list of Twitch/YouTube notifications on a per channel basis.
Example usage:
Ideas:
Example Output:
Code: