Tigran 4 年之前
父節點
當前提交
ae9436ca21
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CardCollector/Commands/Message/AuctionMessage.cs

+ 1 - 1
CardCollector/Commands/Message/AuctionMessage.cs

@@ -9,7 +9,7 @@ namespace CardCollector.Commands.Message
     /* Реалищует команду "Аукцион" */
     public class AuctionMessage : Message
     {
-        protected override string Command => MessageCommands.shop;
+        protected override string Command => MessageCommands.auction;
         public override async Task Execute()
         {
             /* Очищаем чат с пользователем */