Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ac41d73518 | ||
![]() |
949958641e | ||
![]() |
cce7b69871 | ||
![]() |
6258c943c5 |
@@ -1,5 +1,29 @@
|
||||
mode: ContinuousDelivery
|
||||
branches: {}
|
||||
branches:
|
||||
main:
|
||||
regex: ^master$|^main$
|
||||
mode: ContinuousDelivery
|
||||
tag: ''
|
||||
increment: None
|
||||
prevent-increment-of-merged-branch-version: true
|
||||
track-merge-target: false
|
||||
source-branches: [ 'develop', 'release' ]
|
||||
tracks-release-branches: false
|
||||
is-release-branch: true
|
||||
is-mainline: true
|
||||
pre-release-weight: 55000
|
||||
develop:
|
||||
regex: ^dev(elop)?(ment)?$
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
increment: None
|
||||
prevent-increment-of-merged-branch-version: false
|
||||
track-merge-target: true
|
||||
source-branches: []
|
||||
tracks-release-branches: true
|
||||
is-release-branch: false
|
||||
is-mainline: false
|
||||
pre-release-weight: 0
|
||||
ignore:
|
||||
sha: []
|
||||
merge-message-formats: {}
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"TOKEN": "ODQwNjQ5NjU1MTAwMjQzOTY4.YJbSAA.Y0AiiFVhKLXs4b487JvobxuVk_s",
|
||||
"LavaLinkPassword": "SGWaldsolms9",
|
||||
"SpotifyClientId": "14b77fa47f2f492db58cbdca8f1e5d9c",
|
||||
"SpotifyClientSecret": "c247625f0cfe4b72a1faa01b7c5b8eea",
|
||||
"YoutubeApiKey": "AIzaSyBIcTl9JQ9jF412mX0Wfp_3Y-4a-V0SASQ"
|
||||
"TOKEN": "Bot_Token",
|
||||
"LavaLinkPassword": " ",
|
||||
"SpotifyClientId": " ",
|
||||
"SpotifyClientSecret": " ",
|
||||
"YoutubeApiKey": " "
|
||||
}
|
||||
|
||||
|
@@ -127,13 +127,13 @@ namespace TomatenMusic
|
||||
Services = ServiceProvider
|
||||
});
|
||||
|
||||
slash.RegisterCommands<MusicCommands>(888493810554900491);
|
||||
slash.RegisterCommands<PlayQueueGroup>(888493810554900491);
|
||||
slash.RegisterCommands<PlayNowGroup>(888493810554900491);
|
||||
//slash.RegisterCommands<MusicCommands>(888493810554900491);
|
||||
//slash.RegisterCommands<PlayQueueGroup>(888493810554900491);
|
||||
//slash.RegisterCommands<PlayNowGroup>(888493810554900491);
|
||||
|
||||
//slash.RegisterCommands<MusicCommands>();
|
||||
//slash.RegisterCommands<PlayQueueGroup>();
|
||||
//slash.RegisterCommands<PlayNowGroup>();
|
||||
slash.RegisterCommands<MusicCommands>();
|
||||
slash.RegisterCommands<PlayQueueGroup>();
|
||||
slash.RegisterCommands<PlayNowGroup>();
|
||||
|
||||
await client.StartAsync();
|
||||
client.Ready += Client_Ready;
|
||||
|
Reference in New Issue
Block a user