Linked Questions
0 votes
0 answers
40 views
Is it possible to send message to a specific channel using discord.py in another file?
So i have some file named someFuncs.py and bot.py, where I can send messages to channel. However bot.py imported someFunc.py, and I can't import bot.py in someFunct.py(where I want to send message to ...