From 3de919b041dea176e49897c1eefb88f6fc5bcd0e Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 17 Jan 2024 17:50:46 +0100 Subject: [PATCH] "Mist3r-Robot" to "mrrobotdotapp" --- .github/workflows/discord.yml | 2 +- .github/workflows/publish.yml | 2 +- README.md | 8 ++++---- package.json | 8 ++++---- src/index.js | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index efb4d40..2a63593 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 - name: Run Discord Webhook - uses: Mist3r-Robot/classic-discord-webhook@main + uses: mrrobotdotapp/classic-discord-webhook@main with: id: ${{ secrets.DISCORD_WEBHOOK_ID }} token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 644aed1..7dfb8fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: with: node-version: 20.x registry-url: https://npm.pkg.github.com - scope: "@mist3r-robot" + scope: "@mrrobotdotapp" - run: npm install - run: npm publish env: diff --git a/README.md b/README.md index a7463a8..12e5fac 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Suppress Cache -Install it directly from the [NPM registry](https://www.npmjs.com/package/suppresscache): +Install it directly from the [NPM registry](https://www.npmjs.com/package/@mrrobotdotapp/suppresscache): ```bash -npm i @mist3r-robot/suppresscache +npm i @mrrobotdotapp/suppresscache ``` This file is used on [the bot](https://mrrobot.app) for no cache files from CDNs. @@ -17,7 +17,7 @@ Even after a change on your side, Discord can still keep the old version in its ## 💻 Code ```js -const { getFolderIcons } = require('@mist3r-robot/suppresscache'); +const { getFolderIcons } = require('@mrrobotdotapp/suppresscache'); getFolderIcons( "https://mrrobot.app/Folder/Of/Icons", @@ -39,5 +39,5 @@ You can test this code directly with [`./test/app.js`](./test/app.js). Don't hesitate to follow me, you can also contribute to the development of all projects Open Source of Mr. Robøt by making a donation. -[![dependency - suppressCache](https://img.shields.io/badge/dependency-suppresscache-red?logo=npm&logoColor=white&style=for-the-badge)](https://www.npmjs.com/package/@mist3r-robot/suppresscache) +[![dependency - suppressCache](https://img.shields.io/badge/dependency-suppresscache-red?logo=npm&logoColor=white&style=for-the-badge)](https://www.npmjs.com/package/@mrrobotdotapp/suppresscache) [![Twitter Follow](https://img.shields.io/badge/Follow%20me%20on-Twitter-1DA1F2?&logo=Twitter&style=for-the-badge)](https://twitter.com/Thomasbnt_) [![Discord](https://img.shields.io/discord/367753345575944221?style=for-the-badge&logo=discord&logoColor=white&labelColor=5865F2&color=%2357F287)](https://mrrobot.app/discord) [![GitHub Sponsors](https://img.shields.io/badge/Sponsor%20me-%23EA54AE.svg?&style=for-the-badge&logo=github-sponsors&logoColor=white)](https://github.com/sponsors/thomasbnt) [![Support me on Buy Me a Coffee](https://img.shields.io/badge/-Support%20me-%23FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/thomasbnt?via=thomasbnt) diff --git a/package.json b/package.json index 7b9e95d..2c0a5d7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@mist3r-robot/suppresscache", + "name": "@mrrobotdotapp/suppresscache", "version": "0.2.0", "description": "Randomly generate a string to clear the cache of CloudFlare or other CDN.", "main": "src/index.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Mist3r-Robot/SuppressCache.git" + "url": "https://github.com/mrrobotdotapp/SuppressCache.git" }, "funding": { "type": "github", @@ -23,9 +23,9 @@ "author": "Thomas Bnt (https://thomasbnt.dev)", "license": "MIT", "bugs": { - "url": "https://github.com/Mist3r-Robot/SuppressCache/issues" + "url": "https://github.com/mrrobotdotapp/SuppressCache/issues" }, - "homepage": "https://github.com/Mist3r-Robot/SuppressCache#readme", + "homepage": "https://github.com/mrrobotdotapp/SuppressCache#readme", "devDependencies": { "prettier": "^3.0.1" } diff --git a/src/index.js b/src/index.js index 54619d0..93e501c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ /** * Hello friend() - * GitHub of Mr. Robøt : https://github.com/Mist3r-Robot + * GitHub of Mr. Robøt : https://github.com/mrrobotdotapp * Website : https://mrrobot.app * — Thomas Bnt, Mr. Robøt 2023. *