Skip to content

Commit

Permalink
[UI] Added service provider information
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin0216 authored Dec 4, 2023
1 parent 17f6cc9 commit 277a1a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/func/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ def _SongInfo(
"bilibili 播放測試 | 此功能僅供試用,不保證穩定\n" + embed_opt["footer"]["text"]
)

embed_opt["footer"]["text"] = (
embed_opt["footer"]["text"] + "\n播放伺服器由 404 Network Information Co. 提供支援"
)

embed = discord.Embed.from_dict(dict(**embed.to_dict(), **embed_opt))
return embed

Expand Down

0 comments on commit 277a1a3

Please sign in to comment.