1
0

File case sensitivity...

This commit is contained in:
Zef Hemel
2022-08-02 13:37:18 +02:00
parent 31f1b4cb88
commit b77ddadd7c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -61,7 +61,6 @@ export class SlashCommandHook implements Hook<SlashCommandHookT> {
if (!prefix) {
return null;
}
console.log("Match", prefix);
let options: Completion[] = [];
// No slash commands in comment blocks (queries and such)