Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
6ea2b28
1
Parent(s):
05f6eb7
minor changes
Browse files- Powers/plugins/start.py +5 -5
Powers/plugins/start.py
CHANGED
@@ -85,7 +85,7 @@ async def start(c: Gojo, m: Message):
|
|
85 |
return
|
86 |
try:
|
87 |
await m.reply_text(
|
88 |
-
text="""Hey there! My name is
|
89 |
I'm here to help you manage your groups!
|
90 |
Hit /help to find out more about how to use me in my full potential!
|
91 |
|
@@ -108,7 +108,7 @@ async def start(c: Gojo, m: Message):
|
|
108 |
async def start_back(_, q: CallbackQuery):
|
109 |
try:
|
110 |
await q.message.edit_text(
|
111 |
-
text="""Hey there! My name is
|
112 |
I'm here to help you manage your groups!
|
113 |
Hit /help to find out more about how to use me in my full potential!
|
114 |
|
@@ -132,7 +132,7 @@ async def commands_menu(_, q: CallbackQuery):
|
|
132 |
)
|
133 |
try:
|
134 |
await q.message.edit_text(
|
135 |
-
text="""Hey There! My name is
|
136 |
I'm here to help you manage your groups!
|
137 |
Commands available:
|
138 |
× /start: Start the bot
|
@@ -143,7 +143,7 @@ async def commands_menu(_, q: CallbackQuery):
|
|
143 |
pass
|
144 |
except QueryIdInvalid:
|
145 |
await q.message.reply_text(
|
146 |
-
text="""Hey There! My name is
|
147 |
I'm here to help you manage your groups!
|
148 |
Commands available:
|
149 |
× /start: Start the bot
|
@@ -198,7 +198,7 @@ async def help_menu(_, m: Message):
|
|
198 |
[("« Back", "start_back")],
|
199 |
],
|
200 |
)
|
201 |
-
msg = """Hey There! My name is
|
202 |
I'm here to help you manage your groups!
|
203 |
Commands available:
|
204 |
× /start: Start the bot
|
|
|
85 |
return
|
86 |
try:
|
87 |
await m.reply_text(
|
88 |
+
text="""Hey there! My name is Gojo ✨.
|
89 |
I'm here to help you manage your groups!
|
90 |
Hit /help to find out more about how to use me in my full potential!
|
91 |
|
|
|
108 |
async def start_back(_, q: CallbackQuery):
|
109 |
try:
|
110 |
await q.message.edit_text(
|
111 |
+
text="""Hey there! My name is Gojo ✨.
|
112 |
I'm here to help you manage your groups!
|
113 |
Hit /help to find out more about how to use me in my full potential!
|
114 |
|
|
|
132 |
)
|
133 |
try:
|
134 |
await q.message.edit_text(
|
135 |
+
text="""Hey There! My name is Gojo.
|
136 |
I'm here to help you manage your groups!
|
137 |
Commands available:
|
138 |
× /start: Start the bot
|
|
|
143 |
pass
|
144 |
except QueryIdInvalid:
|
145 |
await q.message.reply_text(
|
146 |
+
text="""Hey There! My name is Gojo.
|
147 |
I'm here to help you manage your groups!
|
148 |
Commands available:
|
149 |
× /start: Start the bot
|
|
|
198 |
[("« Back", "start_back")],
|
199 |
],
|
200 |
)
|
201 |
+
msg = """Hey There! My name is Gojo.
|
202 |
I'm here to help you manage your groups!
|
203 |
Commands available:
|
204 |
× /start: Start the bot
|