An open API service indexing awesome lists of open source software.

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)

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
```