From e441b2a530d0dda56871ca31adb70e59c3c5aa8b Mon Sep 17 00:00:00 2001 From: "ijsblokjeee-private[bot]" <118371314+ijsblokjeee-private[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 19:07:23 +0000 Subject: [PATCH] docs(Readme): update readme content [skip ci] --- .github/readme.ijsblokje.toml | 10 ++++++++-- README.md | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/readme.ijsblokje.toml b/.github/readme.ijsblokje.toml index 9e4f623..3f5b9a5 100644 --- a/.github/readme.ijsblokje.toml +++ b/.github/readme.ijsblokje.toml @@ -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" \ No newline at end of file diff --git a/README.md b/README.md index 8875035..192e803 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- Version + Version License: MIT diff --git a/package.json b/package.json index 5e1e065..2a03bd2 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",