Skip to content

Commit

Permalink
docs: add missing semicolon to readme (#6270)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Aug 2, 2021
1 parent e2e4f65 commit 2c452df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const rest = new REST({ version: '9' }).setToken('token');
} catch (error) {
console.error(error);
}
})()
})();
```

Afterwards we can create a quite simple example bot:
Expand Down

0 comments on commit 2c452df

Please sign in to comment.