mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-22 03:14:58 +00:00
Run please
This commit is contained in:
parent
b53e58bd0d
commit
0ea8ab8cf1
8 changed files with 26 additions and 18 deletions
|
@ -5,8 +5,8 @@ import requests
|
|||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
from .config import E621_API_KEY, E621_USERNAME, E621_BLACKLIST
|
||||
from .utils import error_message
|
||||
from lynxie.config import E621_API_KEY, E621_USERNAME, E621_BLACKLIST
|
||||
from lynxie.utils import error_message
|
||||
|
||||
|
||||
_E621_AUTH = f"{E621_USERNAME}:{E621_API_KEY}".encode("utf-8")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue