mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Removed unused imports
This commit is contained in:
parent
44cb24ec90
commit
7c1195e1dd
2 changed files with 7 additions and 8 deletions
14
grandbot.py
14
grandbot.py
|
@ -1,14 +1,14 @@
|
|||
import asyncio
|
||||
import telegram
|
||||
import random
|
||||
import datetime
|
||||
import async_timeout
|
||||
import aiohttp
|
||||
import royalbotconfig
|
||||
import json
|
||||
import database
|
||||
import markovify
|
||||
import random
|
||||
import aiohttp
|
||||
import async_timeout
|
||||
import discord
|
||||
import markovify
|
||||
import database
|
||||
import royalbotconfig
|
||||
import telegram
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
b = telegram.Bot(royalbotconfig.telegram_token)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import asyncio
|
||||
loop = asyncio.get_event_loop()
|
||||
import aiohttp
|
||||
import async_timeout
|
||||
import datetime
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue