Bläddra i källkod

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 år sedan
förälder
incheckning
1e15c61c63
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      Roxbot/err_handle.py

+ 2
- 1
Roxbot/err_handle.py Visa fil

@@ -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):

Laddar…
Avbryt
Spara