Answer the question
In order to leave comments, you need to log in
How to make the discord bot not output the command?
Hello everyone, I ran into a problem, I'm making a rp bot and I need it so that when someone writes the $RpNonAction
command, a NON-RP MESSAGE is displayed: "Message". But the command is also displayed, how can I fix it?
The code:
@bot.command(pass_context=True)
async def NonRpAction(ctx, arg):
NonRp = await ctx.send("НЕ-РП-СООБЩЕНИЕ:" + ctx.message.content)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question