Skip to content

Commit

Permalink
Added example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapawingo committed Oct 18, 2024
1 parent 61d4108 commit 884d0b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions example.config.bot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"bot": {
"token": "bot token",
"client_id": "bot client id",
"command_prefix": ","
},
"extractors": {
"youtube": {
"token": "youtube access token (for youtube login, see discord-player docs)"
}
}
}

0 comments on commit 884d0b7

Please sign in to comment.