From 2c452dffb8204868ec4d7126f1345a14edb5c141 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:43:36 +0200 Subject: [PATCH] docs: add missing semicolon to readme (#6270) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: