refactor(commands/voice): move embed generation into separate file

This commit is contained in:
2025-01-07 16:11:32 -05:00
parent 8ee5d01bf6
commit 41f9beb6e8
6 changed files with 88 additions and 94 deletions

View File

@@ -26,6 +26,11 @@ RELOADABLE_MODULES = [
"commands.tools",
"commands.utils",
"commands.voice",
"commands.voice.channel",
"commands.voice.playback",
"commands.voice.playing",
"commands.voice.queue",
"commands.voice.utils",
"constants",
"core",
"events",