G
G
GaMis2022-01-27 12:49:15
Python
GaMis, 2022-01-27 12:49:15

How to make the bot display everything that the user wrote in the repeat command, and not the first word?

Here is the code

@client.command(aliases = ['repeat', 'повтори'])
async def __repeat(ctx, arg):
    await ctx.channel.purge(limit = 1)
    await ctx.send(embed = discord.Embed(color=0x3498db, description = f"""{arg}"""))


the bot displays only one word how to make it display everything that was written?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vindicar, 2022-01-27
@GaMis

Search this forum , or read the documentation .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question