poise icon indicating copy to clipboard operation
poise copied to clipboard

CreateReply on `next` should use `impl Into<Cow<'a, str>>` instead of `impl Into<String>`

Open jamesbt365 opened this issue 3 weeks ago • 0 comments

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.

jamesbt365 avatar Jun 15 '24 01:06 jamesbt365