mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:27:48 +00:00
Merge branch 'dev' into command-description-config
This commit is contained in:
+2
-4
@@ -12,6 +12,7 @@ from bot import ChristmasBot
|
||||
from utils.EmbedGenerator import EmbedGenerator
|
||||
from utils.classes import BaseCog
|
||||
from utils.paginator import HelpPaginator
|
||||
from utils.database import AutoJoin
|
||||
|
||||
|
||||
class InformationCog(BaseCog, name="Information"):
|
||||
@@ -69,10 +70,7 @@ class InformationCog(BaseCog, name="Information"):
|
||||
f"Server Uptime: `{datetime.timedelta(milliseconds=node.stats.uptime)}`"
|
||||
)
|
||||
await ctx.send(fmt)
|
||||
|
||||
from utils import database
|
||||
|
||||
database.AutoJoin.get_channels()
|
||||
AutoJoin.get_channels()
|
||||
|
||||
@commands.command(name="help", aliases=["about", "info"])
|
||||
@commands.cooldown(1, 1, commands.BucketType.user)
|
||||
|
||||
Reference in New Issue
Block a user