poise
poise copied to clipboard
CreateReply on `next` should use `impl Into<Cow<'a, str>>` instead of `impl Into<String>`
serenity@next does this on most builders and there doesn't seem to be a reason to have a full owned String other than funky lifetimes?
Maybe I'm missing something.