Skip to content

Commit

Permalink
"Mist3r-Robot" to "mrrobotdotapp"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt committed Jan 17, 2024
1 parent 7b7eb29 commit 3de919b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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",
Expand All @@ -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)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -23,9 +23,9 @@
"author": "Thomas Bnt <contact+github[at]thomasbnt.fr> (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"
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down

0 comments on commit 3de919b

Please sign in to comment.