Skip to content

.quack#849

Merged
Xithrius merged 9 commits into
python-discord:mainfrom
Kronifer:quack
Oct 1, 2021
Merged

.quack#849
Xithrius merged 9 commits into
python-discord:mainfrom
Kronifer:quack

Conversation

@Kronifer
Copy link
Copy Markdown
Contributor

@Kronifer Kronifer commented Sep 5, 2021

Relevant Issues

Closes #652

Description

Implemented a .quack command that can take a seed and optional ducky type if you want to generate a duck or manduck. If the seed given is a word, that word is converted into a seed by converting the string bytes to an integer

image
image

Did you:

Copy link
Copy Markdown
Contributor

@wookie184 wookie184 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All works well, just some minor comments on a few things. Thanks for the PR!

Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
Comment thread bot/exts/evergreen/quack.py Outdated
@Kronifer Kronifer requested a review from wookie184 September 5, 2021 16:03
Comment thread bot/exts/evergreen/quack.py Outdated
@Kronifer Kronifer requested a review from wookie184 September 5, 2021 17:30
@Xithrius Xithrius added area: backend Related to internal functionality and utilities category: evergreen status: needs review Author is waiting for someone to review and approve type: feature Relating to the functionality of the application. labels Sep 5, 2021
Copy link
Copy Markdown
Contributor

@doublevcodes doublevcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of this is solid stuff that needs to necessarily happen, just a few pointers.

Comment thread bot/exts/fun/quack.py
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
@Xithrius Xithrius added category: fun Related to fun and games and removed category: evergreen labels Sep 6, 2021
@Kronifer Kronifer requested a review from Bluenix2 September 6, 2021 20:34
Copy link
Copy Markdown
Contributor

@Shom770 Shom770 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this command! It's pretty neat and it would be nice to have the Quackstack command exist in Python Discord itself! I have a few nitpicks here and there, but otherwise, style-wise, this looks good!

Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
@Kronifer Kronifer requested a review from Xithrius September 7, 2021 12:37
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
@Kronifer Kronifer requested a review from Bluenix2 September 7, 2021 22:14
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
Comment thread bot/exts/fun/quack.py Outdated
@Kronifer Kronifer requested a review from Bluenix2 September 13, 2021 01:25
Copy link
Copy Markdown
Contributor

@D0rs4n D0rs4n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to the changes requested above, that is what I have found so far. Great PR, regardless. 👍

Comment thread bot/exts/fun/quack.py
Copy link
Copy Markdown
Contributor

@eklipse18 eklipse18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Comment thread bot/exts/fun/quack.py
Comment thread bot/exts/fun/quack.py
Comment thread bot/exts/fun/quack.py
Comment thread bot/exts/fun/quack.py
Comment thread bot/exts/fun/quack.py
Co-authored-by: Bluenix <bluenixdev@gmail.com>
Kronifer and others added 3 commits September 20, 2021 16:43
Co-authored-by: Bluenix <bluenixdev@gmail.com>
Co-authored-by: Bluenix <bluenixdev@gmail.com>
Comment thread bot/exts/fun/quack.py Outdated
Copy link
Copy Markdown
Contributor

@Bluenix2 Bluenix2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this Kronifier!

Copy link
Copy Markdown
Contributor

@Xithrius Xithrius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

@Xithrius Xithrius merged commit beb42c2 into python-discord:main Oct 1, 2021
@Xithrius Xithrius removed the status: needs review Author is waiting for someone to review and approve label Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: backend Related to internal functionality and utilities category: fun Related to fun and games type: feature Relating to the functionality of the application.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.quack - Procedural Duck Generator!