mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 20:47:44 +00:00
Migrated from keys to set datastructure in Redis
This commit is contained in:
+2
-2
@@ -11,6 +11,7 @@ import lavalink
|
||||
from bot import ChristmasBot
|
||||
from utils.EmbedGenerator import EmbedGenerator
|
||||
from utils.paginator import HelpPaginator
|
||||
from utils.database import AutoJoin
|
||||
|
||||
|
||||
class InformationCog(commands.Cog, name="Information"):
|
||||
@@ -78,8 +79,7 @@ class InformationCog(commands.Cog, name="Information"):
|
||||
)
|
||||
await ctx.send(fmt)
|
||||
|
||||
from utils import database
|
||||
database.AutoJoin.get_channels()
|
||||
AutoJoin.get_channels()
|
||||
|
||||
@commands.command(name="help", aliases=["about", "info"], slash_command=True)
|
||||
@commands.cooldown(1, 1, commands.BucketType.user)
|
||||
|
||||
Reference in New Issue
Block a user