Skip to content

Commit 8856209

Browse files
committed
Added prefixCaseInsensitive client option
1 parent 584ab5f commit 8856209

File tree

110 files changed

+257
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+257
-244
lines changed

dist/core/ForgeClient.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ export interface IRawForgeClientOptions extends ClientOptions {
2424
* The prefixes our bot will act upon for command messages
2525
*/
2626
prefixes?: string[];
27+
/**
28+
* Whether prefixes should be case-insensitive, this only affects letters
29+
*/
30+
prefixCaseInsensitive?: boolean;
2731
/**
2832
* Specifies the logs to be received
2933
*/

dist/core/ForgeClient.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/ForgeClient.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core/ForgeClient.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)