diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/utilities/wolframAlpha.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/wolframAlpha.ts b/src/commands/utilities/wolframAlpha.ts index 216beaf..705e157 100644 --- a/src/commands/utilities/wolframAlpha.ts +++ b/src/commands/utilities/wolframAlpha.ts @@ -19,7 +19,7 @@ export default class WolframAlphaCommand extends BushCommand { prompt: 'What would you like to look up?', retry: '{error} Pick something to look up.', slashType: 'STRING', - only:'slash' + only: 'slash' }, { id: 'image', |