Skip to content

Commit

Permalink
Fix Support Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Dec 21, 2022
1 parent b588326 commit 8a3d300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Can be found on telegram as [@RestrictChannelRobot](https://telegram.dog/Restric
</p>

## Support
Join the [Telegram Group](https://t.me/DivideProjectsDiscussion) for support and the [Channel](https://t.me/DivideProjects) for updates.
Join the [Telegram Group](https://t.me/DivideSupport) for support and the [Channel](https://t.me/DivideProjects) for updates.

Report bugs, give feature requests there...
Do fork and star :star: the repository if you like it.
Expand All @@ -50,4 +50,4 @@ Selling the codes to other people for money is *strictly prohibited*.

## Powered By

[![DivideProjects](https://img.shields.io/badge/Divide-Projects-green?style=for-the-badge&logo=appveyor)](https://t.me/DivideProjectsDiscussion)
[![DivideProjects](https://img.shields.io/badge/Divide-Projects-green?style=for-the-badge&logo=appveyor)](https://t.me/DivideSupport)
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func start(bot *gotgbot.Bot, ctx *ext.Context) error {
"Also you can send /source to get my source code to know how i'm built ;) and make sure to give a star to it; that makes my Devs to work more on O.S. projects like me :)\n\n"+
"Hope you liked it !\n"+
"Brought to You with ❤️ By @DivideProjects\n"+
"Head towards @DivideProjectsDiscussion for any queries!",
"Head towards @DivideSupport for any queries!",
user.FirstName, bot.FirstName,
)
kb = gotgbot.InlineKeyboardMarkup{
Expand All @@ -120,7 +120,7 @@ func start(bot *gotgbot.Bot, ctx *ext.Context) error {

{
Text: "Support",
Url: "https://t.me/DivideProjectsDiscussion",
Url: "https://t.me/DivideSupport",
},
{
Text: "Channel",
Expand Down

0 comments on commit 8a3d300

Please sign in to comment.