Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ By contributing to TiLoKit, you agree that your contributions will be licensed u

> **Note**: Community features will be expanded as the project grows.

- 💬 **Join our Discord**: [Discord](https://discord.gg/BqTqZ46uT9) - Get help, share projects, and connect with other developers
- 💬 **Join our Discord**: [Discord](https://discord.gg/BzNmrJ5xnC) - Get help, share projects, and connect with other developers
- Join discussions in GitHub Issues
- Follow the project for development updates
- Star the repository to show support
Expand Down
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ TiLoKit is optimized for developers searching for:
### 🌟 **How to Contribute**
We welcome contributions from the developer community!

💬 **Join our Discord community**: [Discord](https://discord.gg/BqTqZ46uT9) to discuss ideas, get help, and collaborate with other contributors.
💬 **Join our Discord community**: [Discord](https://discord.gg/BzNmrJ5xnC) to discuss ideas, get help, and collaborate with other contributors.

```bash
# Fork and clone the repository
Expand Down Expand Up @@ -415,7 +415,7 @@ go test ./...
- 🐛 **Issues**: Community-driven bug reports and feature requests

### 🌐 **Community Links**
- 💬 **Discord Community**: [Discord](https://discord.gg/BqTqZ46uT9) - Get help, share projects, and connect with other developers
- 💬 **Discord Community**: [Discord](https://discord.gg/BzNmrJ5xnC) - Get help, share projects, and connect with other developers
- 📖 **Documentation**: [GitHub Wiki](https://github.com/tienld-0801/tilokit/wiki)
- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/tienld-0801/tilokit/issues)
- 💡 **Feature Requests**: [GitHub Discussions](https://github.com/tienld-0801/tilokit/discussions)
Expand Down
2 changes: 1 addition & 1 deletion .github/release-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ <h3>Windows</h3>

<footer class="footer">
<nav class="links">
<a href="https://discord.gg/BqTqZ46uT9" rel="noopener"
<a href="https://discord.gg/BzNmrJ5xnC" rel="noopener"
target="_blank">💬 Join Discord</a>
<a href="https://github.com/tienld-0801/tilokit" rel="noopener"
target="_blank">📚 Documentation</a>
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ShowUsageTable() error {
fmt.Printf(" %s\n\n", utils.ColorizeString("tilokit --update", "green"))

fmt.Printf("%s\n", utils.ColorizeString("COMMUNITY", "yellow"))
fmt.Printf(" 💬 Join our Discord: %s\n", utils.ColorizeString("https://discord.gg/BqTqZ46uT9", "cyan"))
fmt.Printf(" 💬 Join our Discord: %s\n", utils.ColorizeString("https://discord.gg/BzNmrJ5xnC", "cyan"))
fmt.Printf(" 🤝 Get help, share projects, and connect with developers\n\n")

return nil
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func PrintBanner() {
║ ║
║ 🚀 Multi-Framework Project Generator 🚀 ║
║ ║
║ 💬 Join our Discord: https://discord.gg/BqTqZ46uT9
║ 💬 Join our Discord: https://discord.gg/BzNmrJ5xnC
║ ║
╚══════════════════════════════════════════════════════════════╝
`
Expand Down