Commit 6d3c4879 authored by nanahira's avatar nanahira

fix disable suggest

parent 77723476
Pipeline #11762 passed with stages
in 2 minutes and 33 seconds
......@@ -34,7 +34,7 @@ import { CommandService } from './command/command.service';
inject: [ConfigService],
useFactory: async (config: ConfigService) => {
return {
minSimilarity: 1,
minSimilarity: 0,
help: false,
prefix: '.',
usePlugins: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment