From 4b5e4cf40741a4f09786fe3dabd19b28afa3aefa Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 4 Dec 2022 19:25:00 +0100 Subject: [PATCH] Verwijdert enkele requirements Onder andere youtubedl en ffmpeg voor de gif, en de latex sympy. Deze changes zijn ook doorgevoerd in de readme. --- General.py | 2 -- README.md | 14 +------------- requirements.txt | 2 -- 3 files changed, 1 insertion(+), 17 deletions(-) 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