mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-18 17:34:58 +00:00
Run please
This commit is contained in:
parent
b53e58bd0d
commit
0ea8ab8cf1
8 changed files with 26 additions and 18 deletions
|
@ -7,10 +7,10 @@ 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 .commands import Help, Ping, Hello, Music, Animals, Img, E621
|
||||
from config import DISCORD_TOKEN, LYNXIE_PREFIX
|
||||
from database import CommandHistory, Database
|
||||
from utils import mobile_status, error_message
|
||||
from lynxie.commands import Help, Ping, Hello, Music, Animals, Img, E621
|
||||
|
||||
|
||||
db = Database()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue