mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-23 05:17:02 -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,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],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue