Skip to content

Commit

Permalink
chore: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
noxzym committed Jul 31, 2024
1 parent 2cd59bd commit 93f4312
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

<img src="https://cdn.stegripe.org/images/icon.png" alt="Stegripe Logo" width="256" height="256" />

# @stegripe/packages
# @stegripe/sapphire-plugins

## A bunch of packages for Stegripe projects
## A bunch of plugins for the Sapphire Framework

[![GitHub](https://img.shields.io/github/license/stegripe/packages)](https://github.com/stegripe/packages/blob/main/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)

</div>

## Packages

- [**`@stegripe/command-context`**](https://github.com/stegripe/packages/tree/main/packages/command-context) - Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle Message & Interaction Command in a single context.
- [**`@stegripe/command-context`**](https://github.com/stegripe/sapphire-plugins/tree/main/packages/command-context) - Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle Message & Interaction Command in a single context.
- [**`@stegripe/pino-logger`**](https://github.com/stegripe/sapphire-plugins/tree/main/packages/pino-logger) - Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to log messages using [**`pino`**](https://getpino.io).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@stegripe/packages",
"name": "@stegripe/sapphire-plugins",
"private": true,
"description": "A template to generate well-configured project base for Stegripe.",
"homepage": "https://github.com/stegripe/template#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/command-context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle Message & Interaction Command in a single context.**

[![GitHub](https://img.shields.io/github/license/stegripe/packages)](https://github.com/stegripe/packages/blob/main/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)

</div>

Expand Down
2 changes: 1 addition & 1 deletion packages/pino-logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Plugin for [**`@sapphire/framework`**](https://github.com/sapphire/framework) used to handle logging with Pino.**

[![GitHub](https://img.shields.io/github/license/stegripe/packages)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)
[![GitHub](https://img.shields.io/github/license/stegripe/sapphire-plugins)](https://github.com/stegripe/sapphire-plugins/blob/main/LICENSE.md)

</div>

Expand Down

0 comments on commit 93f4312

Please sign in to comment.