mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: add missing semicolon to readme (#6270)
This commit is contained in:
@@ -66,7 +66,7 @@ const rest = new REST({ version: '9' }).setToken('token');
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(error);
|
||||||
}
|
}
|
||||||
})()
|
})();
|
||||||
```
|
```
|
||||||
|
|
||||||
Afterwards we can create a quite simple example bot:
|
Afterwards we can create a quite simple example bot:
|
||||||
|
|||||||
Reference in New Issue
Block a user