Testing/CI #21

Merged
jp merged 40 commits from testing into master 2022-12-11 16:27:22 +01:00
3 changed files with 1 additions and 17 deletions
Showing only changes of commit 4b5e4cf407 - Show all commits
-2
View File
@@ -7,8 +7,6 @@ import re
import json, requests import json, requests
import warnings import warnings
from discord.ext import commands from discord.ext import commands
from sympy import latex, symbols, preview, Symbol #for LaTeX images
import youtube_dl
class General(commands.Cog): class General(commands.Cog):
"""Overal toegestaan.""" """Overal toegestaan."""
+1 -13
View File
@@ -13,18 +13,6 @@ Vragen en/of opmerkingen kunnen in onderstaande suggestiebox:\
## Zelf deze bot runnen? ## Zelf deze bot runnen?
Deze link legt uit hoe je een bot token maakt: Maak een bot token aan, vul wat dingen in in de `.env`, installeer requirements.txt en gaan met de banaan.
[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`
Verder zoek je het zelf maar uit. Verder zoek je het zelf maar uit.
-2
View File
@@ -3,6 +3,4 @@ discord.py
praw praw
sympy sympy
numpy numpy
youtube_dl
python-ffmpeg
python-dotenv python-dotenv