Skip to content

Commit

Permalink
deploy: 992373e
Browse files Browse the repository at this point in the history
  • Loading branch information
xirreal committed Sep 18, 2024
1 parent 13e7c1f commit aad1170
Show file tree
Hide file tree
Showing 7 changed files with 613 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ Manual installation URL: `https://shelter.xirreal.dev/installButton/`

[Source](https://github.com/xirreal-plugins/shelter-plugins/tree/master/plugins/installButton)

# Soundboard Hotkeys

### NEW!!!

Be extra annoying. Play sounds by pressing a button. Supports key combinations and works in the background.

![Hotkey example](assets/soundboard.png)

Manual installation URL: `https://shelter.xirreal.dev/soundboardHotkeys/`

[Source](https://github.com/xirreal-plugins/shelter-plugins/tree/master/plugins/soundboardHotkeys)

# Hidden Channels

Shows hidden channels with a cute little red lock on them.\
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ Manual installation URL: `https://shelter.xirreal.dev/installButton/`

[Source](https://github.com/xirreal-plugins/shelter-plugins/tree/master/plugins/installButton)

# Soundboard Hotkeys

### NEW!!!

Be extra annoying. Play sounds by pressing a button. Supports key combinations and works in the background.

![Hotkey example](assets/soundboard.png)

Manual installation URL: `https://shelter.xirreal.dev/soundboardHotkeys/`

[Source](https://github.com/xirreal-plugins/shelter-plugins/tree/master/plugins/soundboardHotkeys)

# Hidden Channels

Shows hidden channels with a cute little red lock on them.\
Expand Down
Binary file added assets/soundboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions installButton/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
url,
pluginId
}));
return true;
}
var TRIGGERS = ["MESSAGE_CREATE", "MESSAGE_UPDATE", "UPDATE_CHANNEL_DIMENSIONS"];
function onLoad() {
Expand Down
2 changes: 1 addition & 1 deletion installButton/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Install Button","description":"Quickly and easily install shelter plugins with a button.","author":"xirreal","hash":"1733cc5ed8021ba398cc6bd15acf4eb0"}
{"name":"Install Button","description":"Quickly and easily install shelter plugins with a button.","author":"xirreal","hash":"cf70da9c657914757ef1623c19c282e3"}
Loading

0 comments on commit aad1170

Please sign in to comment.