Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed May 4, 2023
1 parent 0246ce7 commit 5157a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ASFBuffBot/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ internal static string FormatBotResponse(this Bot bot, string message)
return $"<{bot.BotName}{flag}> {message}";
}

/// <summary>
/// 获取Cookies文件路径
/// </summary>
/// <returns></returns>
internal static string GetCookiesFilePath()
{
string pluginFolder = Path.GetDirectoryName(MyLocation) ?? ".";
Expand Down

0 comments on commit 5157a09

Please sign in to comment.