Skip to content

Instantly share code, notes, and snippets.

from redbot.core import checks, Config
from redbot.core.i18n import Translator, cog_i18n
import discord
from redbot.core import commands
from redbot.core.utils import mod
import asyncio
import datetime
class Account(commands.Cog):
"""The Account Cog"""
# -*- coding: utf-8 -*-
import re
from redbot.core import checks, Config
import discord
from redbot.core import commands
from redbot.core.data_manager import bundled_data_path
import asyncio
import datetime
from .userprofile import UserProfile
from PIL import Image, ImageDraw, ImageFont
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2019-01-09T23:27:26+01:00",
"name": "Red-DiscordBot",
"author": "[email protected]",
"description": "Red-DiscordBot",
"image": "quay.io\/parkervcp\/pterodactyl-images:python3",
from .webserver import WebTest
from redbot.core import checks, Config
import discord
from redbot.core import commands
import asyncio
from aiohttp import web
class YourCog(commands.Cog):
def __init__(self, bot):
from aiohttp import web
import asyncio
from . import __path__
import os
from shutil import copyfile
import discord
class WebTest:
def __init__(self, bot):
from .webserver import WebTest
from redbot.core import checks, Config
import discord
from redbot.core import commands
import asyncio
from aiohttp import web
class YourCog(commands.Cog):
def __init__(self, bot):
from aiohttp import web
import asyncio
class WebTest:
def __init__(self, bot):
self.app = web.Application()
self.bot = bot
self.port = 8080
self.handler = None