Fix The Naming Scheme On Plugins

This commit is contained in:
thororen1234 2024-07-13 00:20:46 -04:00
parent ba7d7ae4e1
commit 61d3d1f4ad
4 changed files with 11 additions and 6 deletions

View file

@ -16,12 +16,14 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { migratePluginSettings } from "@api/Settings";
import { EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types";
import { PermissionStore } from "@webpack/common";
migratePluginSettings("GodMode", "God Mode");
export default definePlugin({
name: "God Mode",
name: "GodMode",
description: "Get all permissions (client-side).",
authors: [EquicordDevs.Tolgchu],