Browse Source

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 years ago
parent
commit
1e15c61c63
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Roxbot/err_handle.py

+ 2
- 1
Roxbot/err_handle.py View File

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

Loading…
Cancel
Save