Skip to content

Commit

Permalink
Merge pull request #26 from juniorguru/honzajavorek-patch-2
Browse files Browse the repository at this point in the history
Use link instead of ID
  • Loading branch information
honzajavorek committed Aug 8, 2023
2 parents b8f3b71 + 42ec184 commit 3d9ef9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions juniorguru_chick/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ async def on_message(message: discord.Message) -> None:
return
if message.guild is None:
try:
response = ("Píp píp píp! Jsem jen malé kuřátko, které neumí číst soukromé zprávy a odpovídat na ně."
"Tvou zprávu si nikdo nepřečte. Pokud se chceš na něco zeptat, zkus kanál <#769966886598737931> "
response = ("Píp píp píp! Jsem jen malé kuřátko, které neumí číst soukromé zprávy a odpovídat na ně. "
"Tvou zprávu si nikdo nepřečte. Pokud se chceš na něco zeptat, zkus kanál "
"https://discord.com/channels/769966886598737931/806215364379148348 "
"nebo napiš do soukromé zprávy komukoliv z moderátorů. Rádi tě nasměrují.")
await message.reply(response)
except discord.errors.Forbidden:
Expand Down

0 comments on commit 3d9ef9f

Please sign in to comment.