docs: add missing semicolon to readme (#6270)

This commit is contained in:
Superchupu
2021-08-02 09:43:36 +02:00
committed by GitHub
parent e2e4f6518b
commit 2c452dffb8

View File

@@ -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: