Skip to content

Commit

Permalink
feat: it's jollyfication time!
Browse files Browse the repository at this point in the history
  • Loading branch information
nexpid committed Dec 24, 2024
1 parent 7f53c1d commit c36fa76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- [<img alt="copy_link" src="https://img.shields.io/badge/copy_link-1e2030?style=for-the-badge" />](https://bunny.nexpid.xyz/plugin-browser) [<img alt="view_code" src="https://img.shields.io/badge/view_code-363a4f?style=for-the-badge" />](https://github.com/nexpid/BunnyPlugins/tree/dev/src/plugins/plugin-browser)
- Plugin Embeds — Shows an embed with plugin info when a plugin link is sent in chat
- [<img alt="copy_link" src="https://img.shields.io/badge/copy_link-1e2030?style=for-the-badge" />](https://bunny.nexpid.xyz/plugin-embeds) [<img alt="view_code" src="https://img.shields.io/badge/view_code-363a4f?style=for-the-badge" />](https://github.com/nexpid/BunnyPlugins/tree/dev/src/plugins/plugin-embeds)
- Song Spotlight — Makes it so you can pin songs to your profile
- Song Spotlight — Show off songs on your Discord profile!
- [<img alt="copy_link" src="https://img.shields.io/badge/copy_link-1e2030?style=for-the-badge" />](https://bunny.nexpid.xyz/song-spotlight) [<img alt="view_code" src="https://img.shields.io/badge/view_code-363a4f?style=for-the-badge" />](https://github.com/nexpid/BunnyPlugins/tree/dev/src/plugins/song-spotlight) [<img alt="view_backend_code" src="https://img.shields.io/badge/view_backend_code-494d64?style=for-the-badge" />](https://github.com/nexpid/SongSpotlight)
- Twemoji Everywhere — Turns all (possible) system emoji into Twemoji 👋😀🎉
- [<img alt="copy_link" src="https://img.shields.io/badge/copy_link-1e2030?style=for-the-badge" />](https://bunny.nexpid.xyz/twemoji-everywhere) [<img alt="view_code" src="https://img.shields.io/badge/view_code-363a4f?style=for-the-badge" />](https://github.com/nexpid/BunnyPlugins/tree/dev/src/plugins/twemoji-everywhere)
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/modules/jollyposting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const commonNouns = [

const emojis = ["🎅", "❄️", "🎁", "🎄"];

export const isJolly = false;
export const isJolly = true;

export function jollifyManifest(manifest: Readmes.Manifest) {
manifest.authors = manifest.authors.map(author => ({
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/song-spotlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

<h1 align="center">Song Spotlight</h1>

Makes it so you can pin songs to your profile
Show off songs on your Discord profile!

0 comments on commit c36fa76

Please sign in to comment.