devbutlazy

Results 2 issues of devbutlazy

switched tokenizer.pad to __call__ method for better performance and error avoidance

## Summary Fix #1421 => `commands.Greedy[...]` to correctly support Python 3.10+ union types (PEP 604 A | B) and typing.Union. Previously, passing a union type like `commands.Greedy[disnake.Member | disnake.Object]` would...

t: bugfix