Skip to content

Commit

Permalink
revert(music): remove module for future rewrite
Browse files Browse the repository at this point in the history
The module has some bugs that are not legal to fix

SPOILER: SocketSomeone seems to be making a Lavalink module for the Necord
  • Loading branch information
NedcloarBR committed Jun 16, 2024
1 parent 172df10 commit f2ef555
Show file tree
Hide file tree
Showing 39 changed files with 0 additions and 2,974 deletions.
2 changes: 0 additions & 2 deletions src/modules/core/NDB.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { JSONLocaleLoader, NecordConfigService, config } from "../config";
import type { Config } from "../config/types";
import { DatabaseModule } from "../database/database.module";
import { EventsModule } from "../events/Events.module";
import { MusicModule } from "../music";
import { ReactionRolesModule } from "../reactionRoles/ReactionRoles.module";
import { ScheduleModule } from "../schedule/schedule.module";
import { NDBServiceProvider } from "./provider/NDBService.provider";
Expand Down Expand Up @@ -46,7 +45,6 @@ import { NDBServiceProvider } from "./provider/NDBService.provider";
CommandsModule,
ComponentsModule,
EventsModule,
MusicModule,
ReactionRolesModule,
],
providers: [NDBServiceProvider],
Expand Down
10 changes: 0 additions & 10 deletions src/modules/music/Music.decorator.ts

This file was deleted.

Loading

0 comments on commit f2ef555

Please sign in to comment.