From 8b38cca2aacbd4ef83bfa5bee6d669bee99c843a Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 9 Sep 2022 01:24:33 +0000 Subject: [PATCH] fix: fmt --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcb4dea1c..82eccf93b 100644 --- a/README.md +++ b/README.md @@ -115,14 +115,15 @@ const bot = createBot({ // Another way to do events bot.events.messageCreate = function (b, message) { // Process the message here with your command handler. -} +}; await startBot(bot); ``` ### Tools -If you are a beginner, this library is not meant for you but you can check out if you still want to use this lib with these awesome official and unofficial templates: +If you are a beginner, this library is not meant for you but you can check out if you still want to use this lib with +these awesome official and unofficial templates: **Templates**