File tree 5 files changed +7
-3
lines changed
5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ MANIFEST
35
35
pip-log.txt
36
36
pip-delete-this-directory.txt
37
37
38
+
38
39
# Unit test / coverage reports
39
40
htmlcov /
40
41
.tox /
89
90
ENV /
90
91
env.bak /
91
92
venv.bak /
93
+ config.py
92
94
93
95
# Spyder project settings
94
96
.spyderproject
Original file line number Diff line number Diff line change 13
13
from .Config import Config
14
14
15
15
StartTime = time .time ()
16
- catversion = "2.10.0 "
16
+ catversion = "2.10.1 "
17
17
18
18
if Config .STRING_SESSION :
19
19
session_name = str (Config .STRING_SESSION )
Original file line number Diff line number Diff line change 25
25
from telethon import events
26
26
27
27
from . import (
28
+ BOTLOG ,
28
29
BOTLOG_CHATID ,
29
30
G_DRIVE_CLIENT_ID ,
30
31
G_DRIVE_CLIENT_SECRET ,
Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ async def on_new_message(event):
143
143
\n \n • **Syntax : **`.enai reply`\
144
144
\n • **Function : **your bot will auto reply to the tagged user until you stop it by `.remcf`\
145
145
\n \n • **Syntax : **`.reai reply`\
146
- \n • **Function : **disables the lydia(auto reply )\
146
+ \n • **Function : **disables the lydia( auto reply )\
147
147
\n \n • **Syntax : **`.liai`\
148
- \n • **Function : **to list the users to whom you enabled ai(lydia)\
148
+ \n • **Function : **to list the users to whom you enabled ai( lydia )\
149
149
\n \n • **NOTE : **for functioning this plugin you need to set the heroku var\
150
150
\n the key is `LYDIA_API_KEY` and get var from `https://coffeehouse.intellivoid.net/`\
151
151
"
Original file line number Diff line number Diff line change 16
16
17
17
18
18
@bot .on (admin_cmd (outgoing = True , pattern = r"spc$" ))
19
+ @bot .on (sudo_cmd (allow_sudo = True , pattern = r"spc$" ))
19
20
async def psu (event ):
20
21
uname = platform .uname ()
21
22
softw = "**System Information**\n "
You can’t perform that action at this time.
0 commit comments