Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
4a7d5a9
1
Parent(s):
88c3032
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:
|