From 23c0e962f674a6bd4740adc68fdccaf5a5239337 Mon Sep 17 00:00:00 2001 From: Giuliopime Date: Wed, 3 Mar 2021 15:50:30 +0100 Subject: [PATCH] Text format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa7bd1b..1c35c3f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The bot has some handy built-in features which are described in the next section - [Dynamic event handler](src/core/event-handler) - [Command handler](src/core/command-handler) - [Commands cooldown system](src/core/utils) -- [A permissions checking system](src/core/discord-utils) -- [A tip system](src/core/utils/tips) +- [Permissions checking system](src/core/discord-utils) +- [Tip system](src/core/utils/tips) - [Logger](src/core/utils) - and more...