cleanup
This commit is contained in:
17
Pipfile
17
Pipfile
@ -1,17 +0,0 @@
|
|||||||
[[source]]
|
|
||||||
url = "https://pypi.org/simple"
|
|
||||||
verify_ssl = true
|
|
||||||
name = "pypi"
|
|
||||||
|
|
||||||
[packages]
|
|
||||||
python-dotenv = "*"
|
|
||||||
rich = "*"
|
|
||||||
"discord.py" = "*"
|
|
||||||
beautifulsoup4 = "*"
|
|
||||||
selenium = "*"
|
|
||||||
PyNaCl = "*"
|
|
||||||
|
|
||||||
[dev-packages]
|
|
||||||
|
|
||||||
[requires]
|
|
||||||
python_version = "3.10"
|
|
BIN
Soulin.jpg
BIN
Soulin.jpg
Binary file not shown.
Before Width: | Height: | Size: 124 KiB |
4
bot.py
4
bot.py
@ -12,8 +12,8 @@ import discord
|
|||||||
|
|
||||||
# from discord import Intents
|
# from discord import Intents
|
||||||
|
|
||||||
from scraper import Girls
|
# from scraper import Girls
|
||||||
from textgen import TextGen
|
# from textgen import TextGen
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
TOKEN = os.getenv("DISCORD_TOKEN")
|
TOKEN = os.getenv("DISCORD_TOKEN")
|
||||||
|
Reference in New Issue
Block a user