Skip to content

Commit

Permalink
Add Patreon button
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltowait committed Oct 10, 2021
1 parent 5817f9e commit c5a80f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ async def help_command(ctx):
embed.add_field(name="Display character", value="`/character display`", inline=False)
embed.add_field(name="Add traits", value="`/traits add`")

button = LinkButton(
help_button = LinkButton(
"https://www.inconnu-bot.com/#/quickstart",
label="New? Read the Quickstart!"
)
patreon_button = LinkButton(
"https://www.patreon.com/tiltowait",
label="Patreon"
)

await ctx.respond(embed=embed, components=[button])
await ctx.respond(embed=embed, components=[help_button, patreon_button])


# Events
Expand Down

0 comments on commit c5a80f5

Please sign in to comment.