/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"
|
||||
)
|
||||
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
|
||||
ephemeral=True,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue