Skip to content

Commit

Permalink
Update karuma.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarx authored Jun 18, 2022
1 parent 85b393c commit f32180a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karuma.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-
try:
from os import system, name
import sys, os, json, random, time, asyncio, pyfade, discord, subprocess
from datetime import datetime
from discord.ext import commands
from colorama import Fore, init, Style;init()
except ImportError:
subprocess.check_call([sys.executable, "-m", "pip", "install", '-r' , 'requirements.txt'])

sys.tracebacklimit = 0
intents = discord.Intents().default()
Expand Down

0 comments on commit f32180a

Please sign in to comment.