mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-26 22:58:21 -04:00
Make Plugin Names Consistent
This commit is contained in:
parent
b8cb056f13
commit
5b4fb13ab3
3 changed files with 9 additions and 4 deletions
|
@ -4,11 +4,13 @@
|
|||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import { migratePluginSettings } from "@api/Settings";
|
||||
import { EquicordDevs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
|
||||
migratePluginSettings("NoAppsAllowed", "noAppsAllowed");
|
||||
export default definePlugin({
|
||||
name: "noAppsAllowed",
|
||||
name: "NoAppsAllowed",
|
||||
description: "returns the bot's tag :skulk:",
|
||||
authors: [EquicordDevs.kvba],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue