mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-18 17:34:58 +00:00
I think this is all now
This commit is contained in:
parent
0ea8ab8cf1
commit
666cdb113e
5 changed files with 11 additions and 12 deletions
|
@ -7,9 +7,9 @@ import discord
|
|||
from discord.ext import commands
|
||||
from discord.gateway import DiscordWebSocket
|
||||
|
||||
from config import DISCORD_TOKEN, LYNXIE_PREFIX
|
||||
from database import CommandHistory, Database
|
||||
from utils import mobile_status, error_message
|
||||
from lynxie.config import DISCORD_TOKEN, LYNXIE_PREFIX
|
||||
from lynxie.database import CommandHistory, Database
|
||||
from lynxie.utils import mobile_status, error_message
|
||||
from lynxie.commands import Help, Ping, Hello, Music, Animals, Img, E621
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue