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 broken GuildChannel await_reply functionality #1446

Merged
merged 2 commits into from Jul 26, 2021
Merged

Fix broken GuildChannel await_reply functionality #1446

merged 2 commits into from Jul 26, 2021

Conversation

kotx
Copy link
Contributor

@kotx kotx commented Jul 26, 2021

Currently GuildChannel#await_reply seems to await a reply from a guild that matches the GuildChannel id, which does not make sense...

This PR also fixes an example for Channel.guild() where GuildChannel#name should be the GuildChannel name, not the guild name as the example suggests.

@arqunis arqunis added collector Related to the `collector` module. docs Related to documentation. fix A solution to an existing bug. model Related to the `model` module. labels Jul 26, 2021
@arqunis arqunis merged commit 413e3ef into serenity-rs:current Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
collector Related to the `collector` module. docs Related to documentation. fix A solution to an existing bug. model Related to the `model` module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants