Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Add config.bot.clientId to config.bot.example.json + DRSS_FEEDS_DEFAU…
Browse files Browse the repository at this point in the history
…LTTEXT to .env.example
  • Loading branch information
sn-o-w committed Jan 3, 2023
1 parent 850c84e commit 86d973f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ DRSS_BOT_PREFIX=~
DRSS_BOT_OWNERIDS=
DRSS_DATABASE_URI=
DRSS_FEEDS_REFRESHRATEMINUTES=15
DRSS_FEEDS_DEFAULTMESSAGE=:newspaper: | **{title}**\n\n{link}\n\n{subscriptions}
DRSS_FEEDS_DEFAULTTEXT=:newspaper: | **{title}**\n\n{link}\n\n{subscriptions}
1 change: 1 addition & 0 deletions settings/config.bot.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"failedFeeds": true
},
"bot": {
"clientId": "",
"token": "",
"locale": "en-US",
"enableCommands": true,
Expand Down

0 comments on commit 86d973f

Please sign in to comment.