Fix unknown slash command error exploding

pull/21833/head
Michael Telatynski 2021-04-13 10:33:32 +01:00
parent ee9e1a72cb
commit fd54fa5119
1 changed files with 1 additions and 0 deletions

View File

@ -1222,4 +1222,5 @@ export function getCommand(input: string) {
args,
};
}
return {};
}