KeshBotics / keshbotics3

KeshBotics 3 Discord async bot and Twitch API/webhook integration.
GNU General Public License v3.0
3 stars 1 forks source link

Add the Ability to Retrieve a List of Notifications #46

Closed Travis-Owens closed 3 years ago

Travis-Owens commented 3 years ago

Add the ability to retrieve a list of Twitch/YouTube notifications on a per channel basis.

Example usage:

Ideas:

Example Output: image

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)