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()
         {
             /* Очищаем чат с пользователем */