-
|
Beta Was this translation helpful? Give feedback.
Answered by
MCausc78
Mar 20, 2024
Replies: 1 comment 1 reply
-
you probably want use @_bot.command()
async def f(ctx, *, x: str):
await ctx.send(x) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NaoCoding
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you probably want use
*
: