Update 1.7
This commit is contained in:
parent
462f4c7a09
commit
0379d99e69
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user