mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 07:24:55 -04:00
Fix The Naming Scheme On Plugins
This commit is contained in:
parent
ba7d7ae4e1
commit
61d3d1f4ad
4 changed files with 11 additions and 6 deletions
|
@ -16,6 +16,7 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { migratePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
|
||||
|
@ -42,8 +43,9 @@ const keydown = (e: KeyboardEvent) => {
|
|||
}
|
||||
};
|
||||
|
||||
migratePluginSettings("KeyboardSounds", "Keyboard Sounds");
|
||||
export default definePlugin({
|
||||
name: "Keyboard Sounds",
|
||||
name: "KeyboardSounds",
|
||||
description: "Adds the Opera GX Keyboard Sounds to Discord",
|
||||
authors: [Devs.HypedDomi],
|
||||
start: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue