mirror of
https://code.lenaisten.de/Lenaisten/lenaverse-bot.git
synced 2024-11-22 06:53:00 +00:00
/post fail message
This commit is contained in:
parent
491723fc3b
commit
c913e63f51
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ async def post(interaction: discord.Interaction) -> None:
|
||||||
f"User {interaction.user.name}({interaction.user.id}) tried to /post"
|
f"User {interaction.user.name}({interaction.user.id}) tried to /post"
|
||||||
)
|
)
|
||||||
await interaction.response.send_message(
|
await interaction.response.send_message(
|
||||||
content="Du bist nicht berechtigt, den `/post`-Befehl zu benutzen!",
|
content=f"Du bist nicht berechtigt, den `/{CONFIG.command_prefix}post`-Befehl zu benutzen!",
|
||||||
# nur für ausführenden User
|
# nur für ausführenden User
|
||||||
ephemeral=True,
|
ephemeral=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue