public static async void Coins(SoraMessage e)
        {
            var c = await e.GetCoins();

            await e.ReplyToOriginal($"当前持有幻币 {c.Total} 枚{Environment.NewLine}(其中 {c.FreeCoins} 枚幻币为当日免费幻币)");
        }