diff --git a/README.md b/README.md index e1a6cef..af51999 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Python Discord Bot Template - @@ -7,32 +5,20 @@

- - - - - - - + + + + + + + + +

> [!NOTE] -> This project is in a **feature-freeze mode**, please read more about it [here](https://github.com/kkrypt0nn/Python-Discord-Bot-Template/issues/112). It can be summed up in a few bullet points: -> -> * The project **will** receive bug fixes -> * The project **will** be updated to make sure it works with the **latest** discord.py version -> * The project **will not** receive any new features, **unless one of the following applies**: -> * A new feature is added to Discord and it would be beneficial to have it in the template -> * A feature got a breaking change, this fits with the same point that the project will **always** support the latest discord.py version +> This project is still in the making!!! I would appreciate if you gave this repo a star, that would mean a lot to me! -This repository is a template that everyone can use for the start of their Discord bot. - -When I first started creating my Discord bot it took me a while to get everything setup and working with cogs and more. -I would've been happy if there were any template existing. However, there wasn't any existing template. That's why I -decided to create my own template to let **you** guys create your Discord bot easily. - -Please note that this template is not supposed to be the best template, but a good template to start learning how -discord.py works and to make your own bot easily. If you plan to use this template to make your own template or bot, you **have to**: