From c08cc6cbc9b041cacc78483df5f3062019471934 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 7 Apr 2023 10:19:10 -0400 Subject: meta: Add sentry support Change-Id: Icda968ab189d601c5e390dfee094ae4419cce9e6 --- modules/spotify/spotify.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/spotify') diff --git a/modules/spotify/spotify.cpp b/modules/spotify/spotify.cpp index aca0f85..89c7b88 100644 --- a/modules/spotify/spotify.cpp +++ b/modules/spotify/spotify.cpp @@ -56,6 +56,10 @@ public: if (matchcount > 0) { // We found a spotify URL! EmbedSimple("Found a spotify URL", message.msg.channel_id); + } else { + if (clean_message.starts_with(bot->prefix)) { + + } } return true; -- cgit v1.2.3