diff options
author | Cara Salter <cara@devcara.com> | 2023-04-07 10:19:10 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-04-07 10:19:10 -0400 |
commit | c08cc6cbc9b041cacc78483df5f3062019471934 (patch) | |
tree | 13bd920d469e862fd8d217415efb043fe4a27cce /modules/spotify/spotify.cpp | |
parent | 2440f9b9f8aa93398e57e392506dc1c68ab8eed9 (diff) | |
download | 142bot-c08cc6cbc9b041cacc78483df5f3062019471934.tar.gz 142bot-c08cc6cbc9b041cacc78483df5f3062019471934.zip |
meta: Add sentry support
Change-Id: Icda968ab189d601c5e390dfee094ae4419cce9e6
Diffstat (limited to 'modules/spotify/spotify.cpp')
-rw-r--r-- | modules/spotify/spotify.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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; |