Skip to content

Commit

Permalink
removed a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TimH96 committed Jun 6, 2021
1 parent 6dc8260 commit 874b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function startLaunchTerminal(): void {
/** terminal prompt for configuration */
function startConfigTerminal(): void {
console.log('You will be prompted to configure the bot now, please refer to the README.md for specifics on the required information.')
prompt.start();
prompt.start()
prompt.get(
['username', 'client_id', 'client_secret', 'oauth', 'minimum_age', 'ban_reason'],
(error: Error, result: Record<string, any>) => {
Expand Down

0 comments on commit 874b3b5

Please sign in to comment.