https://github.com/venipa/discord-scheduled-messages
schedule your next announcements/messages/etc so that you can forget about it, works for bots & selfbot usage (which is bannable if found out/abused)
https://github.com/venipa/discord-scheduled-messages
bot discord selfbot
Last synced: 4 days ago
JSON representation
schedule your next announcements/messages/etc so that you can forget about it, works for bots & selfbot usage (which is bannable if found out/abused)
- Host: GitHub
- URL: https://github.com/venipa/discord-scheduled-messages
- Owner: Venipa
- License: mit
- Archived: true
- Created: 2021-04-17T16:54:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T08:48:46.000Z (about 4 years ago)
- Last Synced: 2025-02-26T08:16:10.337Z (2 months ago)
- Topics: bot, discord, selfbot
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-schedule-messages
schedule your next announcements/messages/etc so that you can forget about it
## how to
```
$ git clone https://github.com/Venipa/discord-schedule-messages
$ cd discord-schedule-messages
$ yarn
$ yarn build
```### commands
```
schedule add // adds schedule by name and duration with PT format (example: 5m5s => PT5M5S)
schedule rm // removes schedule by name
schedule ls // lists all schedules, also shows duration until next run
schedule now // executes schedule now, resets timer
```### examples
```
$ yarn start
schedule add im_still_here 1h10m30s Hey im still here
schedule now im_still_here
schedule rm im_still_here
schedule ls
```