This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import annotations | |
import asyncio | |
import contextlib | |
from typing import Any, Dict, List, NamedTuple, Optional | |
import discord | |
from cogs.utils.constants import GuildChannels, GuildEmojis, GuildIDs | |
from cogs.utils.funcs import Plural | |
from discord.ext import commands, tasks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
files: { | |
src: { | |
name: 'src', | |
type: 'folder', | |
contents: '', | |
fullPath: 'src', | |
lastModified: 1525387210297 | |
}, | |
'src/app': { |