feat: Add /account likes and user playlists search.

This commit is contained in:
Lemon4ksan
2025-01-17 13:56:35 +03:00
parent c2feeec158
commit b9ea63b4d5
7 changed files with 188 additions and 54 deletions

View File

@@ -2,7 +2,6 @@ import os
import logging
import discord
from discord.errors import NotFound
from discord.ext.commands import Bot
try: