Skip to content

Commit

Permalink
"updated information and commands"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josee9988 committed Jun 21, 2021
1 parent 96b6d53 commit 8ae077e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [**1.3.1**] - 2021-06-20

### Added

* Command sendmsg to allow the users to send specific messages when posting the image.

## [**1.3.0**] - 2021-06-20

### Removed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Feel safeπŸ›‘οΈ.
Photos album.
4. **`now`** -> If `channel` and `albumlink` are set, and you are typing the message from the specified channel, then it
will force a photo to appear just now (it will not break the cron schedule, just forces an extra photo to appear now)
5. **`sendmsg`** -> The message that will be sent with the image.
5. **`sendmsg`** -> The message that will be sent when the image is sent.
6. **`info`** -> Useful links (documentation/ owner contact).
7. **`ping`** -> Displays bot latency and API latency.
8. **`pong`** -> Replies pingπŸ€ͺ.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daily-image-discord-bot",
"displayName": "Daily Image Bot",
"version": "1.1.11",
"version": "1.3.1",
"description": "A discord bot that sends a daily image from a Google photos album, right to your selected discord channel",
"main": "out/index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/commands/command-messages-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ Please make sure you check our simple documentation and our quick installation g
To save you time here is a super simplified **installation guide**. :gear:
1. \`!dimg channel nameOfYourChannel\` to select the channel where the images will be sent.
2. \`!dimg albumlink linkOfYourPublicGooglePhotosAlbum\` to specify the bot the link of the public google photos album.
3 (extra). \`!dimg now\` to force the bot to publish a photo now. (this command must be sent in the selected channel).
3. (extra). \`!dimg now\` to force the bot to publish a photo now. (this command must be sent in the selected channel).
4. (extra). \`!dimg sendmsg\` to modify the send message.
**Security** :shield:
- This bot is fully **open-source** and **free**, and we only store the minimum information for the good performing of the bot (server id, channel id and album link), so you can feel safe with us. You can also check our code repository in case you wanted to contribute to the development or fix/notify any possible bug.
- The commands \`!dimg channel\`, \`!dimg albumlink\` and \`!dimg now\` can only be executed by the server administrators (to avoid server trolls).
- The commands \`!dimg channel\`, \`!dimg sendmsg\`, \`!dimg albumlink\` and \`!dimg now\` can only be executed by the server administrators (to avoid server trolls).
If you wanted to **contact the owner of the bot**: :e_mail:
Support the bot ❀️: https://github.com/sponsors/Josee9988/
Expand Down

0 comments on commit 8ae077e

Please sign in to comment.