Skip to content

Commit 74669c4

Browse files
committed
refactor: wording
1 parent 75314f7 commit 74669c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/managers/AutoCompleteManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AutoCompleteManager extends BaseManager<AutoCompleteStructure> {
2323
this.autoCompletes = await requiredFiles<AutoCompleteStructure>(this.directoryPath);
2424
this.setManagerLoaded();
2525

26-
logger.info(`Loaded ${this.autoCompletes.size} auto complete`);
26+
logger.info(`Loaded ${this.autoCompletes.size} auto completes`);
2727
}
2828

2929
public getByCustomId(id: InteractionCustomId): AutoCompleteStructure | null {

0 commit comments

Comments
 (0)