Update 1.7
This commit is contained in:
parent
462f4c7a09
commit
0379d99e69
@ -2,12 +2,12 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
import shutil
|
import shutil
|
||||||
import requests
|
import requests # type: ignore
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import discord # type: ignore
|
import discord # type: ignore
|
||||||
from discord import ApplicationContext, Option, Intents # type: ignore
|
from discord import ApplicationContext, Option, Intents # type: ignore
|
||||||
except Exception as exp:
|
except Exception as exp:
|
||||||
print(f"Module py-cord is not installed. Make sure to run 'pip install -r requirements.txt' before first start")
|
print(f"Module py-cord is not installed. Make sure to run 'pip install -r requirements.txt' before first start")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
Loading…
Reference in New Issue
Block a user