aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-02-05 16:16:17 -0600
committerGitHub <[email protected]>2022-02-05 16:16:17 -0600
commit56a469a999774c8b8683adeb59b243fdf85b14c9 (patch)
tree2e11f067d6e4caae9301986a0b432825cc65839e /src/types.ts
parente883275d831f3d9bf3a57bd91e0deeeaf4951242 (diff)
downloadmuse-56a469a999774c8b8683adeb59b243fdf85b14c9.tar.xz
muse-56a469a999774c8b8683adeb59b243fdf85b14c9.zip
Migrate to slash commands (#431)
Co-authored-by: Federico fuji97 Rapetti <[email protected]>
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index e6edd14..47108b9 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -8,9 +8,10 @@ export const TYPES = {
ThirdParty: Symbol('ThirdParty'),
Managers: {
Player: Symbol('PlayerManager'),
+ UpdatingQueueEmbed: Symbol('UpdatingQueueEmbed'),
},
Services: {
+ AddQueryToQueue: Symbol('AddQueryToQueue'),
GetSongs: Symbol('GetSongs'),
- NaturalLanguage: Symbol('NaturalLanguage'),
},
};