-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (21 loc) Β· 1.12 KB
/
Copy pathREADME
File metadata and controls
36 lines (21 loc) Β· 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Barbelloff Discord Bot πͺ
Barbelloff is a fitness-focused Discord bot designed to help users track stats, set fitness goals, and stay motivated. Built with Python and MongoDB, it provides personalized tracking features right inside Discord.
π Features
Set Stats β Track age, gender, height, and weight with the setstats command.
Fitness Goals β Define goals with experience levels using the mygoal command.
Progress Tracking β Store and retrieve fitness data over time.
MongoDB Integration β Reliable storage for user profiles and goals.
Custom Commands β Expandable command system to add more fitness tools.
π Commands
Here are some of the main commands available:
Command Description
setstats - Store your age, gender, height, and weight.
mygoal - Set fitness goals and experience level.
progress - View your current progress.
help - Show all available commands.
video (exercise) - Provides a link to a video of the desgnated exercise
(Prefix ! is configurable.)
π οΈ Tech Stack
Python (discord.py / nextcord / disnake depending on your fork)
MongoDB for persistent storage
dotenv for environment variables