Answer the question
In order to leave comments, you need to log in
What should be written to the requirements.txt file from my imports?
I use Discord.py and uploaded the bot to HEROKU
I want to understand what I should write in requirements.txt judging from my imports. I
used to write only discord.py, but now the bot completely refuses to work.
I checked it on my computer through a batch file, everything works.
I think the problem is in requirements.txt as there are more imports.
I think it will not be superfluous to check requirements.txt
Here are the imports
import discord
from discord.ext import commands
import datetime
from discord import Activity, ActivityType
import sqlite3
import logging
import asyncio
import json
import platform
import random
from discord.utils import get
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question