Purpur
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
11 additions and
1 deletions
-
cogs/linking.py
|
|
@ -1,4 +1,14 @@ |
|
|
|
|
|
|
|
import os |
|
|
|
import discord |
|
|
|
import requests |
|
|
|
import json |
|
|
|
import logging |
|
|
|
import sys |
|
|
|
from discord.ext import commands, tasks |
|
|
|
from discord.ext.commands import has_permissions, MissingPermissions |
|
|
|
from dotenv import load_dotenv |
|
|
|
import aiohttp |
|
|
|
import asyncio |
|
|
|
|
|
|
|
class Linking(commands.Cog): |
|
|
|
|
|
|
|