From 277a1a36317af855160734468dce4485f4136c39 Mon Sep 17 00:00:00 2001 From: Kevin Chang <52964758+kevin0216@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:57:19 +0000 Subject: [PATCH] [UI] Added service provider information --- utils/func/info.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/func/info.py b/utils/func/info.py index 2c69d9b..b2bd782 100644 --- a/utils/func/info.py +++ b/utils/func/info.py @@ -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