Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Something like this, I have not looked at this library before
import os
from discord import *
client = Client()
@client.event
async def on_message(message):
if message.content.startswith('.open'):
os.system("полный_путь_к_твоему_файлу")
client.run("твой_токен")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question