Skip to content

Commit

Permalink
Vencord Broken ATM
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK committed Jun 19, 2024
1 parent 23976db commit 853f6dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/plugins/pgpEnc/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";

export default definePlugin({
name: "PGP",
description: "In work",
authors: [Devs.Neon],
start: () => {
console.log(`hi`);
},
stop: () => {
console.log(`Bye bye`);
}
});
2 changes: 1 addition & 1 deletion src/userplugins/discordColorways/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const versionData = {
};

export default definePlugin({
name: "DiscordColorways",
name: "DiscordColorways[BROKEN]",
description: "A plugin that offers easy access to simple color schemes/themes for Discord, also known as Colorways",
authors: [{
name: "DaBluLite",
Expand Down

0 comments on commit 853f6dd

Please sign in to comment.