Captain Ezio commited on
Commit
a2d173a
·
1 Parent(s): 88cdc8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -12,18 +12,18 @@
12
  ------
13
 
14
 
15
- [![GitHub forks](https://img.shields.io/github/forks/iamgojoof6eyes/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/iamgojoof6eyes/Gojo_Satarou/fork)
16
- [![GitHub stars](https://img.shields.io/github/stars/iamgojoof6eyes/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/iamgojoof6eyes/Gojo_Satarou/stargazers)
17
- ![Repo Size](https://img.shields.io/github/repo-size/iamgojoof6eyes/Gojo_Satarou?&style=flat-square&logo=github)
18
  ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green?&style=flat-square)
19
- [![GitHub license](https://img.shields.io/github/license/iamgojoof6eyes/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/iamgojoof6eyes/Gojo_Satarou/main/LICENSE)
20
  [![Python](https://img.shields.io/badge/Python-v3.10-blue)](https://www.python.org/)
21
  ![Branch](https://img.shields.io/badge/Branch-Master-orange)
22
- ![GitHub language count](https://img.shields.io/github/languages/count/iamgojoof6eyes/Gojo_Satarou?color=Pink&label=Language&style=flat-square)
23
 
24
 
25
 
26
- **A python and [pyrogram](https://github.com/iamgojoof6eyes/pyrogram) based group management bot for telegram.
27
  If you like the bot make sure to give a ⭐ __star__ ⭐ to this respository and feel free to updating and sending pull requests**
28
 
29
 
@@ -77,7 +77,7 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
77
 
78
  * Just click on the button it will redirect you to Heroku website and deploy your bot there....enjoy 😉
79
 
80
- [![DEPLOY](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iamgojoof6eyes/Gojo_Satarou.git)
81
 
82
  -------
83
 
@@ -85,7 +85,7 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
85
  [![DEPLOY](https://railway.app/button.svg)](https://railway.app)
86
  ### How To Deploy On Railway
87
  * **Make Sure You have an github account which is minimum 30 days old.**
88
- * Fork the repo by clicking [here](https://github.com/iamgojoof6eyes/Gojo_Satarou/fork)
89
  * Click on [deploy](https://railway.app) button
90
  * Login in railway using github account
91
  * Now search the repo in the search bar given like iamgojoof6eyes/Gojo_Satarou ***replace iamgojoof6eyes with your github username.***
@@ -98,12 +98,12 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
98
  --------
99
 
100
  ## Deploy To Okteto
101
- [![Develop on Okteto](https://okteto.com/develop-okteto.svg)](https://cloud.okteto.com/deploy?repository=https://github.com/iamgojoof6eyes/Gojo_Satarou)
102
 
103
  ### How To Deploy On Okteto
104
  * **Make sure you have an github account.**
105
- * [Fork](https://github.com/iamgojoof6eyes/Gojo_Satarou/fork) the repo and give a star to repo
106
- * Click on [deploy](https://cloud.okteto.com/deploy?repository=https://github.com/iamgojoof6eyes/Gojo_Satarou) button provided above...
107
  * Login using github.
108
  * Fill the values
109
  * Then wait for 10-15 minutes.
@@ -120,7 +120,7 @@ The Gojo Satarou is a powerful Group Management bot with awesome plugins and fea
120
 
121
  * Install Python v3.7 or later from Python's Website
122
  * Install virtualenv using `python3 -m pip -U install virtualenv`.
123
- * Fork or Clone the project using `git clone https://github.com/iamgojoof6eyes/Gojo_Satarou.git`
124
  * Create Virtualenv using: `virtualenv venv`
125
  * Install the requirements using `python3 -m pip install -r requirements.txt`
126
  * Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
@@ -161,7 +161,7 @@ To get a list of all variable click [here](https://telegra.ph/Captain-03-27)
161
 
162
  # Adding your own plugin
163
 
164
- To add your very own plugin just use the format given below and go through the [utils](https://github.com/iamgojoof6eyes/Gojo_Satarou/blob/master/Powers/utils) and [custom_filters](https://github.com/iamgojoof6eyes/Gojo_Satarou/blob/master/Powers/utils/custom_filters.py)
165
 
166
  ```python
167
  from traceback import format_exc
@@ -192,14 +192,14 @@ To add your very own plugin just use the format given below and go through the [
192
 
193
 
194
  ```
195
- # Add plugins in [plugin](https://github.com/iamgojoof6eyes/Gojo_Satarou/tree/master/Powers/plugins) section
196
  ## **Note** : Don't use <> this bracket while writing the code...
197
 
198
  --------
199
 
200
  # Contributors
201
 
202
- [![Contributors](https://contrib.rocks/image?repo=iamgojoof6eyes/Gojo_Satarou)](https://github.com/iamgojoof6eyes/Gojo_Satarou/graphs/contributors)
203
 
204
 
205
  ---------
 
12
  ------
13
 
14
 
15
+ [![GitHub forks](https://img.shields.io/github.com/Gojo-Bots/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/Gojo-Bots/Gojo_Satarou/fork)
16
+ [![GitHub stars](https://img.shields.io/github/stars/Gojo-Bots/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/Gojo-Bots/Gojo_Satarou/stargazers)
17
+ ![Repo Size](https://img.shields.io/github/repo-size/Gojo-Bots/Gojo_Satarou?&style=flat-square&logo=github)
18
  ![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green?&style=flat-square)
19
+ [![GitHub license](https://img.shields.io/github/license/Gojo-Bots/Gojo_Satarou?&style=flat-square&logo=github)](https://github.com/Gojo-Bots/Gojo_Satarou/main/LICENSE)
20
  [![Python](https://img.shields.io/badge/Python-v3.10-blue)](https://www.python.org/)
21
  ![Branch](https://img.shields.io/badge/Branch-Master-orange)
22
+ ![GitHub language count](https://img.shields.io/github/languages/count/Gojo-Bots/Gojo_Satarou?color=Pink&label=Language&style=flat-square)
23
 
24
 
25
 
26
+ **A python and [pyrogram](https://github.com/Gojo-Bots/pyrogram) based group management bot for telegram.
27
  If you like the bot make sure to give a ⭐ __star__ ⭐ to this respository and feel free to updating and sending pull requests**
28
 
29
 
 
77
 
78
  * Just click on the button it will redirect you to Heroku website and deploy your bot there....enjoy 😉
79
 
80
+ [![DEPLOY](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Gojo-Bots/Gojo_Satarou.git)
81
 
82
  -------
83
 
 
85
  [![DEPLOY](https://railway.app/button.svg)](https://railway.app)
86
  ### How To Deploy On Railway
87
  * **Make Sure You have an github account which is minimum 30 days old.**
88
+ * Fork the repo by clicking [here](https://github.com/Gojo-Bots/Gojo_Satarou/fork)
89
  * Click on [deploy](https://railway.app) button
90
  * Login in railway using github account
91
  * Now search the repo in the search bar given like iamgojoof6eyes/Gojo_Satarou ***replace iamgojoof6eyes with your github username.***
 
98
  --------
99
 
100
  ## Deploy To Okteto
101
+ [![Develop on Okteto](https://okteto.com/develop-okteto.svg)](https://cloud.okteto.com/deploy?repository=https://github.com/Gojo-Bots/Gojo_Satarou)
102
 
103
  ### How To Deploy On Okteto
104
  * **Make sure you have an github account.**
105
+ * [Fork](https://github.com/Gojo-Bots/Gojo_Satarou/fork) the repo and give a star to repo
106
+ * Click on [deploy](https://cloud.okteto.com/deploy?repository=https://github.com/Gojo-Bots/Gojo_Satarou) button provided above...
107
  * Login using github.
108
  * Fill the values
109
  * Then wait for 10-15 minutes.
 
120
 
121
  * Install Python v3.7 or later from Python's Website
122
  * Install virtualenv using `python3 -m pip -U install virtualenv`.
123
+ * Fork or Clone the project using `git clone https://github.com/Gojo-Bots/Gojo_Satarou.git`
124
  * Create Virtualenv using: `virtualenv venv`
125
  * Install the requirements using `python3 -m pip install -r requirements.txt`
126
  * Fill in all the variables in Development class, not Config class. Sudo, Dev, Whitelist users are optional!!
 
161
 
162
  # Adding your own plugin
163
 
164
+ To add your very own plugin just use the format given below and go through the [utils](https://github.com/Gojo-Bots/Gojo_Satarou/blob/master/Powers/utils) and [custom_filters](https://github.com/Gojo-Bots/Gojo_Satarou/blob/master/Powers/utils/custom_filters.py)
165
 
166
  ```python
167
  from traceback import format_exc
 
192
 
193
 
194
  ```
195
+ # Add plugins in [plugin](https://github.com/Gojo-Bots/Gojo_Satarou/tree/master/Powers/plugins) section
196
  ## **Note** : Don't use <> this bracket while writing the code...
197
 
198
  --------
199
 
200
  # Contributors
201
 
202
+ [![Contributors](https://contrib.rocks/image?repo=Gojo-Bots/Gojo_Satarou)](https://github.com/Gojo-Bots/Gojo_Satarou/graphs/contributors)
203
 
204
 
205
  ---------