Skip to content

Commit

Permalink
docs(Readme): update readme content [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsblokjeee-private[bot] authored Jun 27, 2023
1 parent b9c0f8f commit e441b2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/readme.ijsblokje.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
[repo]
name = "iglo"
owner = "snowcrystals"
description = "Just like any other Discord.js framework, but better. 🧊"
license = "MIT"

[project]
icon = "https://raw.githubusercontent.com/snowcrystals/.github/main/logo.png"
icon_width = "100px"
version = "1.2.6"
version = "1.2.7"

[variables]
information = "@snowcrystals/iglo is a [Discord.js](https://discordjs.dev) framework which makes building a bot a lot easier. With its built-in SlashCommand registry system it checks updates the data once a change to the command is detected (a restart is required if code changes are made). The framework currently only supports SlashCommands (no idea why you want to use message commands now that Discord restricted the content to only a limited amount of eligible bots)."
installation = ["```bash", "yarn add @snowcrystals/iglo", "npm install @snowcrystals/iglo", "```", "\n {variables.examples}"]
installation = [ "```bash", "yarn add @snowcrystals/iglo", "npm install @snowcrystals/iglo", "```", "\n {variables.examples}" ]
examples = ".github/readme_extension.md"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="/">
<img alt="Version" src="https://img.shields.io/badge/version-1.2.6-blue.svg" />
<img alt="Version" src="https://img.shields.io/badge/version-1.2.7-blue.svg" />
</a>
<a href="/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowcrystals/iglo",
"version": "1.2.6",
"version": "1.2.7",
"description": "A template used for every single repository in this organization 📏",
"author": "ijsKoud <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e441b2a

Please sign in to comment.