Update 1.7

This commit is contained in:
Profitroll 2022-08-03 10:11:40 +02:00
parent 462f4c7a09
commit 0379d99e69
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ import os
import sys
import json
import shutil
import requests
import requests # type: ignore
import threading
try:
import discord # type: ignore
from discord import ApplicationContext, Option, Intents # type: ignore
from discord import ApplicationContext, Option, Intents # type: ignore
except Exception as exp:
print(f"Module py-cord is not installed. Make sure to run 'pip install -r requirements.txt' before first start")
sys.exit()