more scanner types

This commit is contained in:
klemek
2021-01-08 12:30:52 +01:00
parent 90aa399bfb
commit 4db8ee0b52
4 changed files with 0 additions and 4 deletions
View File
-4
View File
@@ -10,10 +10,6 @@ from scanner import Scanner
import emojis
async def compute(self, *args):
EmotesScanner().compute(*args)
class EmotesScanner(Scanner):
@staticmethod
def help() -> str:
View File
View File