diff --git a/README.md b/README.md index 8253672dc..8bc5651a8 100644 --- a/README.md +++ b/README.md @@ -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: