Fixed .cash bank interaction not being ephemeral

This commit is contained in:
Kwoth
2022-06-30 22:09:26 +02:00
parent a8e00a19ba
commit 2e4de7723e
3 changed files with 10 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.2.12";
public const string BOT_VERSION = "4.2.13";
public string Author
=> "Kwoth#2452";