Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
cc7b19b
1
Parent(s):
583a6da
My fault
Browse files- Powers/plugins/search.py +1 -1
Powers/plugins/search.py
CHANGED
@@ -156,7 +156,7 @@ async def anime_search(c: Gojo, m: Message):
|
|
156 |
LOGGER.error(format_exc())
|
157 |
return
|
158 |
|
159 |
-
@Gojo.on_message(command('
|
160 |
async def stack_search(c: Gojo, m: Message):
|
161 |
split = m.text.split(None, 1)
|
162 |
if len(split) == 1:
|
|
|
156 |
LOGGER.error(format_exc())
|
157 |
return
|
158 |
|
159 |
+
@Gojo.on_message(command('stack'))
|
160 |
async def stack_search(c: Gojo, m: Message):
|
161 |
split = m.text.split(None, 1)
|
162 |
if len(split) == 1:
|