diff --git a/General.py b/General.py index 9486453..2a5b73d 100644 --- a/General.py +++ b/General.py @@ -7,8 +7,6 @@ import re import json, requests import warnings from discord.ext import commands -from sympy import latex, symbols, preview, Symbol #for LaTeX images -import youtube_dl class General(commands.Cog): """Overal toegestaan.""" diff --git a/README.md b/README.md index 0203486..bf57b4f 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,6 @@ Vragen en/of opmerkingen kunnen in onderstaande suggestiebox:\ ## Zelf deze bot runnen? -Deze link legt uit hoe je een bot token maakt: -[https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token) - -Requirements: - -* `discord.py` -* `praw` -* `sympy` -* `asyncio` -* `numpy` -* `youtube_dl` -* `ffmpeg-python` -* `caldav` +Maak een bot token aan, vul wat dingen in in de `.env`, installeer requirements.txt en gaan met de banaan. Verder zoek je het zelf maar uit. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2556519..a463a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,4 @@ discord.py praw sympy numpy -youtube_dl -python-ffmpeg python-dotenv