diff --git a/plugins/coatils.py b/plugins/coatils.py index 77c51210..1d52e906 100644 --- a/plugins/coatils.py +++ b/plugins/coatils.py @@ -109,7 +109,6 @@ def ls(self, msg, match): Example: `ls bears python python3` """ langs = list(map(lambda x: x.lower(), match.group(1).split())) - Coatils.all_langs() bears = client.list.bears.get().json() bears = [{**{'name': bear}, **content}