[feat]: Add pretty_errors

This commit is contained in:
Sweetbread
2023-05-14 17:37:55 +03:00
parent a054ae191a
commit c574cc4424
3 changed files with 24 additions and 4 deletions
+3
View File
@@ -2,6 +2,8 @@
import json
import traceback
import pretty_errors
from json import load, dump
from os import listdir, getenv
from os.path import isfile, join, getsize
@@ -38,6 +40,7 @@ from cogs.music import *
TOKEN = getenv('NATSUKO_TOKEN')
my_id = 710089471835504672
db = MongoClient('localhost', 27017).Koteika
if os.path.exists('prefixes.json'):