Просмотр исходного кода

Moved guildsettings into the main Roxbot folder and moved almost all requests from the request lib to aiohttp using http.py as the way to do requests from now on with functions to make code more readable.

tags/v1.7.0
Roxie Gibson 6 лет назад
Родитель
Сommit
1e15c61c63
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      Roxbot/err_handle.py

+ 2
- 1
Roxbot/err_handle.py Просмотреть файл

@@ -3,7 +3,8 @@ import discord
import datetime
import traceback
from discord.ext import commands
from Roxbot.settings import guild_settings
from Roxbot import guild_settings


class ErrHandle:
def __init__(self, bot_client):

Загрузка…
Отмена
Сохранить