diff --git a/commands/interaction/slash/search/google.js b/commands/interaction/slash/search/google.js index ba80053..d01c9a5 100644 --- a/commands/interaction/slash/search/google.js +++ b/commands/interaction/slash/search/google.js @@ -185,6 +185,8 @@ function createSearchResultPage(context, result, doodle){ text: `Google Finance • ${context.application.name}` } }) + + break; default: res = createEmbed("error", context, "Unknown GoogleResult Type: " + result.type) break;