Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix embed property not being used when run #30

Merged
merged 1 commit into from
Jan 18, 2021
Merged

fix embed property not being used when run #30

merged 1 commit into from
Jan 18, 2021

Conversation

LiBa001
Copy link
Owner

@LiBa001 LiBa001 commented Jan 18, 2021

closes #25 since footer and timestamp can now be set like this:

mc = MultipleChoice(...)
mc.embed.set_footer(text="example", icon_url="https://example.com/icon.png")
mc.embed.timestamp = datetime.datetime.now()
await mc.run()

@LiBa001 LiBa001 added this to the v0.2.0 milestone Jan 18, 2021
@LiBa001 LiBa001 merged commit 13fd04e into master Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant