F
F
F1rkys2021-09-12 11:35:55
Bots
F1rkys, 2021-09-12 11:35:55

How to make the bot repeat the text of the admin on command?

How to make a team?
Example: +news [news text] #channel
Bot should only respond to admins
[PYTHON]

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alekssamos, 2021-09-12
@alekssamos

Take the chat_id of the admin (find/see in advance) and make an if condition.

M
Maxim Nevzorov, 2021-09-14
@fixator10

Use checks.
https://discordpy.readthedocs.io/en/stable/ext/com...

@bot.command()
@commands.has_permissions(administrator=True)
async def news(ctx, ...):
    ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question