UNPKG

@yamdbf/dm-manager

Version:

YAMDBF plugin for viewing and replying to DMs sent to your discord bot

6 lines (5 loc) 147 B
/** * Remove any non alphanumeric characters from the given text * and lowercase it */ export declare function normalize(text: string): string;