-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
analytics command #95
Comments
Could I be assigned to this? |
Can I contribute to this one? |
May I take this issue on? |
Would love to tackle this! |
Could I grab this task? |
I'd like to take this issue. I am new to open source and want to contribute for this issue.If i will be assigned i will do my best work and i have experience with this kind of stuffs.As i worked on it in my own development projects. |
May I take care of this? |
Can I work on this, please? |
Please, I would love to work on this! |
Can I be assigned to this issue |
@Marchand-Nicolas Thanks for assigning me |
Description 📹
Reuse
discord/interactions/helpCommand.ts
to create an/analytics
command. This command should generate a unique token, store it in the database, and provide the user with a link toprocess.env.BASE_URL/analytics/<GuildID>/<Token>
. The token ensures authorization before accessing analytics.Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
Implement Changes:
handleAnalyticsCommand.ts
indiscord/interactions/
.REST
,ChatInputCommandInteraction
,Client
).guildId
anduserId
frominteraction
.guildId
anduserId
.Example Code:
Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Implement analytics command with token authentication"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Close #[issue_id]
.Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: