diff --git a/cogs/settings.py b/cogs/settings.py index 3b918a3..afbbfb4 100644 --- a/cogs/settings.py +++ b/cogs/settings.py @@ -69,7 +69,7 @@ class Settings(commands.Cog, name="settings"): async def prefix(self, ctx: commands.Context, prefix: str): "Change the default prefix for message commands." await update_settings(ctx.guild.id, {"$set": {"prefix": prefix}}) - await send(ctx, "setPrefix", ctx.prefix, prefix) + await send(ctx, "setPrefix", prefix, prefix) @settings.command(name="language", aliases=get_aliases("language")) @commands.has_permissions(manage_guild=True) diff --git a/langs/CH.json b/langs/CH.json index 057d840..5cef1eb 100644 --- a/langs/CH.json +++ b/langs/CH.json @@ -141,7 +141,7 @@ "queueTitle": "即將播放的隊列:", "historyTitle": "歷史隊列:", "viewTitle": "音樂隊列", - "viewDesc": "現正播放:按我 點擊 ⮯\n{1}", + "viewDesc": "**現正播放:[點擊我]({0}) ⮯**\n{1}", "viewFooter": "頁數:{0}/{1} | 總長度:{2}", "pauseError": "播放器已經暫停。",