diff --git a/Robocop.ini.example b/Robocop.ini.example deleted file mode 100755 index 8b75ca3..0000000 --- a/Robocop.ini.example +++ /dev/null @@ -1,4 +0,0 @@ -[base] -prefix = bb! -token = token_goes_here -description = Your bot description goes here. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 23d0707..7de0294 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/Rapptz/discord.py@rewrite -asyncio==3.4.3 -python-dateutil==2.6.1 -humanize==0.5.1 -aiohttp==3.0.7 \ No newline at end of file +asyncio +python-dateutil +humanize +aiohttp \ No newline at end of file