Remove old plugin migrations

This commit is contained in:
Nuckyz 2024-12-07 19:55:37 -03:00
parent cea0a3c9d9
commit 3a339636d1
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 3 additions and 13 deletions

View file

@ -16,11 +16,9 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { migratePluginSettings } from "@api/Settings";
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
migratePluginSettings("DisableCallIdle", "DisableDMCallIdle");
export default definePlugin({
name: "DisableCallIdle",
description: "Disables automatically getting kicked from a DM voice call after 3 minutes and being moved to an AFK voice channel.",