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

https://github.com/spikehd/yougotthis

A Discord bot for tracking personal goals.
https://github.com/spikehd/yougotthis

Last synced: 12 months ago
JSON representation

A Discord bot for tracking personal goals.

Awesome Lists containing this project

README

          

# YouGotThis
A Discord bot for tracking personal goals.

[Invite link](https://discord.com/api/oauth2/authorize?client_id=805596848374022185&permissions=68608&scope=bot)

# Setup

- `npm install`
- `node index`

# TODO

- [x] Adding goals
- [x] Viewing goals (list and individual)
- [x] Removing goals
- [x] Help/info command
- [x] Modifying goals (name, updateframe, resetting streak 😔)
- [ ] Automatic updates on goals based on updateframe
- [x] Private/public goals
- [x] Seeing goals of others (only public)
- [ ] Badges/achievments for milestones
- [ ] Goal updates (updateframe) in server-specified channel
- [ ] Different goal types (eg. complete within X time, or by X date)

*Note to self: [this](https://old.reddit.com/r/Discord_Bots/comments/l4eooh/looking_for_a_bot_to_keep_track_of_habitspersonal/gkoptn1/)*

# Notes

Updateframe currently doesn't actually do anything.