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.
- Host: GitHub
- URL: https://github.com/spikehd/yougotthis
- Owner: SpikeHD
- License: gpl-3.0
- Created: 2021-01-25T05:47:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T00:53:00.000Z (over 5 years ago)
- Last Synced: 2025-01-17T22:44:48.526Z (over 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.