Compare commits

..

No commits in common. "743a3a2d341c913495f8990aece87ba95a3ada3e" and "6368a60f595b7d6c2cc0664b81c9f6681f4d6d01" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ It's like Sopel, except rewritten from scratch using Twisted as a base and over
## Requirements
Python 3.6+
System packages: `enchant`
Python packages: `twisted python-dateutil requests bs4 wolframalpha pyenchant emoji Pillow xml2dict ipython numpy numpngw`
## TODO

View File

@ -5,7 +5,6 @@ Other crypto coins to be added someday.
"""
import requests
import config
from module import commands, example
CUR_URI = "https://v3.exchangerate-api.com/bulk/{API_KEY}/{CUR_FROM}"