-
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
Improve help command #89
Labels
good first issue
Good for newcomers
OD Boost
Issue reserved for the OD Boost
open for contribution
An issue that is available for an Only Dust contribution
Comments
Can I work on this issue? |
I'd be happy to do this. |
I’d love to work on this task. |
@Marchand-Nicolas May i handle this? |
Can I try solving this issue? |
Could I try solving this? |
Thank you |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
OD Boost
Issue reserved for the OD Boost
open for contribution
An issue that is available for an Only Dust contribution
Description 📹
Improve
discord/interactions/helpCommand.ts
by listing all available commands and adding a link to the Telegram group for support: [Telegram Group](https://t.me/+Mi34Im1Uafc1Y2Q8). Also, remove theconsole.log
statement.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:
console.log({ interaction });
statement.interaction.reply()
method to display this information properly.Example Updated 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: List all available commands and add Telegram support link in /help"
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: