mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 16:17:15 +00:00
Fix
This commit is contained in:
@@ -117,7 +117,6 @@ def echo(bot):
|
|||||||
return False
|
return False
|
||||||
msg = "Here is an available tests:\n``` "
|
msg = "Here is an available tests:\n``` "
|
||||||
i = 0
|
i = 0
|
||||||
print(tests)
|
|
||||||
for subj in tests:
|
for subj in tests:
|
||||||
msg = msg + (" [%s] %s\n" % (i, subj))
|
msg = msg + (" [%s] %s\n" % (i, subj))
|
||||||
i += 1
|
i += 1
|
||||||
|
Reference in New Issue
Block a user