Skip to content

Commit

Permalink
(almost finalized) changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 23, 2024
1 parent 810cd2a commit f10ea44
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
[![Formatting](https://github.com/IgKniteDev/IgKnite/actions/workflows/formatting.yml/badge.svg)](https://github.com/IgKniteDev/IgKnite/actions/workflows/formatting.yml)
[![Linting](https://github.com/IgKniteDev/IgKnite/actions/workflows/linting.yml/badge.svg)](https://github.com/IgKniteDev/IgKnite/actions/workflows/linting.yml)

---

### 🪄 Star the project if you like it! :D 🌟

</div>

## 📌 Table of Contents
Expand All @@ -48,12 +44,18 @@ IgKnite is built on top of the [disnake](https://github.com/DisnakeDev/disnake)
- Fully open-sourced with love (including assets!).
- No buzz, all buff! <br>

## 🔖 Usage
## 🚀 Usage

IgKnite has its own [documentation webpage](https://igknitedev.github.io/docs) where you can learn about everything, starting from the commands to even self-hosting the bot on your local computer. <br>
- **Invite the bot to your server:** [Click here!](https://discord.com/oauth2/authorize?client_id=1274430156928319489)
- **Look at the documentation:** [Click here!](https://igknitedev.github.io/docs/)
- Voila! You're all set to use the bot! <br>

## 🔨 Contributing

If you'd like to add your own features to this project, consider having a look at the [contribution guidelines.](./.github/CONTRIBUTING.md) It contains all the critical information for you to hack and deploy! The official documentation for IgKnite, as hyperlinked in the previous section, also has similar text (possibly more) written within to help you understand the core functionalities of the project. We're eagerly waiting for your contribution! :D <br>

---

### 🪄 Star the project if you like it! :D 🌟

---
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .ui import *

# Set version number.
__version_info__ = ('2024', '8', '23') # Year.Month.Day
__version_info__ = ('2024', '8', '24') # Year.Month.Day
__version__ = '.'.join(__version_info__)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ quote-style = "single"

[tool.poetry]
name = "igknite"
version = "2024.8.23"
description = "A unified, Swiss-grade bot for moderation & music on Discord"
version = "2024.8.24"
description = "A unified, Swiss-grade bot, designed for providing fine moderation & music on Discord"
authors = ["HitBlast <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit f10ea44

Please sign in to comment.