aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-15 22:01:54 -0500
committerMax Isom <[email protected]>2021-12-15 22:01:54 -0500
commit0b20cb3982942196303dea3cbbb98644dde441a3 (patch)
treec8e71ffd2fa5cfbca9df086d7c3d72cd16c616cd /src/types.ts
parente965c023582b7f0699c37015ce79049db2be55f4 (diff)
downloadmuse-0b20cb3982942196303dea3cbbb98644dde441a3.tar.xz
muse-0b20cb3982942196303dea3cbbb98644dde441a3.zip
Start migrating queue command
Also: make it persistent & updating, add buttons ✨
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index e6edd14..19c734d 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -8,6 +8,7 @@ export const TYPES = {
ThirdParty: Symbol('ThirdParty'),
Managers: {
Player: Symbol('PlayerManager'),
+ UpdatingQueueEmbed: Symbol('UpdatingQueueEmbed'),
},
Services: {
GetSongs: Symbol('GetSongs'),