From 70c70eee937b0f85e92dc9913d2ef69a46d392d5 Mon Sep 17 00:00:00 2001 From: HappyTanuki Date: Tue, 2 Jan 2024 00:41:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Commands/Delete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Delete.cpp b/src/Commands/Delete.cpp index 471bf4c..01dbb44 100644 --- a/src/Commands/Delete.cpp +++ b/src/Commands/Delete.cpp @@ -24,7 +24,7 @@ namespace Commands { auto PopedElement = Bot->QueueDelete(atoi(Pos.c_str())); - dpp::embed embed = PopedElement + dpp::embed embed = PopedElement.embed .set_timestamp(time(0)); dpp::message msg(Event.command.channel_id, "다음 항목을 큐에서 삭제했습니다!:");