From dd1d1290638ba5e01e4a261da034e2a27a695707 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Mon, 14 Feb 2022 11:15:24 -0600 Subject: [PATCH] git --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5e3cbf..6e75878 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sern -Sern is making easier to create & automate your discord bot with new version compatibility and full customization. +Sern automates and streamlines development your discord bot with new version compatibility and full customization. - A reincarnation of [this old project](https://github.com/jacoobes/sern_handler) @@ -39,7 +39,7 @@ new Sern.Handler({ }, ], init: async (handler: Sern.Handler) => { - /* an optional function to initialize anything else on bot startup */ + /* An optional function to initialize anything else on bot startup */ }, });