Home > Software engineering >  How do i "goto" the next step?
How do i "goto" the next step?

Time:12-12

embed=discord.Embed(title="TOS Agreement!", color=0x38ffa9)
        embed.add_field(name="What you're agreeing to", value="By using this service you agree that you are at least 18 years old and have the right to send the required data to this bot, and agree that the data may be stored on a database so that your profile can be shared to others and that your profile will be public!\n\nDo you agree? Options: Yes, No", inline=False)
        question = await ctx.send(embed=embed)
        await question.add_reaction("           
  • Related