Make bot library functional

This commit is contained in:
Joscha 2018-07-26 19:54:44 +00:00
parent 3eade77cf1
commit 1bb38fc836
9 changed files with 167 additions and 498 deletions

View file

@ -1,10 +0,0 @@
from setuptools import setup
setup(name='yaboli',
version='1.0',
description='Yet Another BOt LIbrary for euphoria.io',
author='Garmelon',
url='https://github.com/Garmelon/yaboli',
packages=['yaboli'],
install_requires=['websockets']
)