Skip to content

Commit

Permalink
Change to divkix
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Feb 22, 2023
1 parent d76f31c commit 38dabb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ name = "go"
enabled = true

[analyzers.meta]
import_root = "github.com/DivideProjects/RestrictChannelRobot"
import_root = "github.com/divkix/RestrictChannelRobot"
dependencies_vendored = true
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<img src="https://img.shields.io/github/license/DivideProjects/restrictchannelrobot?style=flat-square" alt="LICENSE">
<img src="https://img.shields.io/github/contributors/DivideProjects/restrictchannelrobot?style=flat-square" alt="Contributors">
<img src="https://img.shields.io/github/repo-size/DivideProjects/restrictchannelrobot?style=flat-square" alt="Repo Size">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/DivideProjects/restrictchannelrobot&amp;title=Profile%20Views" alt="Views">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/divkix/restrictchannelrobot&amp;title=Profile%20Views" alt="Views">
</p>

<p align='center'>
<a href="https://go.dev/" alt="made-with-go"> <img src="https://img.shields.io/badge/Made%20with-Go-1f425f.svg?style=flat-square&logo=go&color=blue" /> </a>
<a href="https://github.com/DivideProjects/restrictchannelrobot" alt="Docker!"> <img src="https://img.shields.io/docker/pulls/divideprojects/restrictchannelrobot" /> </a>
<a href="https://github.com/divkix/restrictchannelrobot" alt="Docker!"> <img src="https://img.shields.io/docker/pulls/divideprojects/restrictchannelrobot" /> </a>
<a href="https://hub.docker.com/r/divideprojects/restrictchannelrobot" alt="Docker Image Version"> <img src="https://img.shields.io/docker/v/divideprojects/restrictchannelrobot/latest" /> </a>
<a href="https://deepsource.io/gh/DivideProjects/restrictchannelrobot/?ref=repository-badge"><img src="https://static.deepsource.io/deepsource-badge-light-mini.svg" alt="DeepSource"></a>
</p>
Expand All @@ -35,7 +35,7 @@ Can be found on telegram as [@RestrictChannelRobot](https://telegram.dog/Restric

## Deploy via Heroku.
<p>
<a href="https://heroku.com/deploy?template=https://github.com/DivideProjects/restrictchannelrobot"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy"></a>
<a href="https://heroku.com/deploy?template=https://github.com/divkix/restrictchannelrobot"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy"></a>
</p>

## Support
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"telegram anonymous channel",
"telegram group"
],
"repository": "https://github.com/DivideProjects/RestrictChannelRobot",
"repository": "https://github.com/divkix/RestrictChannelRobot",
"website": "https://t.me/DivideProjects",
"success_url": "https://t.me/DivideProjects",
"env": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/DivideProjects/GoLangTgBot
module github.com/divkix/GoLangTgBot

// +heroku goVersion go1.18
go 1.18
Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func start(bot *gotgbot.Bot, ctx *ext.Context) error {
{
{
Text: "Source",
Url: "https://github.com/DivideProjects/RestrictChannelRobot",
Url: "https://github.com/divkix/RestrictChannelRobot",
},
},
},
Expand Down Expand Up @@ -208,7 +208,7 @@ func source(bot *gotgbot.Bot, ctx *ext.Context) error {

text = fmt.Sprintf(
"You can find my source code by <a href=\"%s\">here</a> or by clicking the button below.",
"https://github.com/DivideProjects/RestrictChannelRobot",
"https://github.com/divkix/RestrictChannelRobot",
)

_, err := msg.Reply(
Expand All @@ -222,7 +222,7 @@ func source(bot *gotgbot.Bot, ctx *ext.Context) error {
{
{
Text: "Source Code",
Url: "https://github.com/DivideProjects/RestrictChannelRobot",
Url: "https://github.com/divkix/RestrictChannelRobot",
},
},
},
Expand Down

0 comments on commit 38dabb8

Please sign in to comment.