Update 1.0

This commit is contained in:
2022-02-06 02:58:55 +02:00
parent 1027a07ea1
commit 717718d821
6 changed files with 54 additions and 32 deletions

View File

@@ -1,4 +1,11 @@
import discord, json, os
import json, os, sys
try:
import discord
except Exception as exp:
print(f"Module discord.py is not installed. Make sure to run 'pip install -r requirements.txt' before first start")
sys.exit()
from functions import *
#from discord_slash import SlashCommand, SlashContext