Skip to content
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

feat(telegram): register Telegram commands #161

Merged
merged 9 commits into from
Sep 30, 2024

Conversation

akbariandev
Copy link
Contributor

Description

This PR consists on the registration of the Telegram version of Pagu

Related Issue

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (corrections, enhancements, or additions to documentation)
  • Other (please describe):

@akbariandev akbariandev self-assigned this Sep 30, 2024
@akbariandev akbariandev requested a review from kehiy as a code owner September 30, 2024 17:01
Copy link
Contributor

@b00f b00f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is nice that we can use the same engine for both Telegram and Discord. Good job team.

internal/platforms/telegram/telegram.go Outdated Show resolved Hide resolved
internal/platforms/telegram/telegram.go Outdated Show resolved Hide resolved
@akbariandev akbariandev merged commit 4ac6925 into main Sep 30, 2024
6 checks passed
@akbariandev akbariandev deleted the feat/initilize-telegram-commands branch November 10, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using tucnak/telebot package to handle Telegram bot functionalities
2 participants