- Core bot with slash command tree (discord.py 2.7.x compatible) - Commands: /ping, /info, /hello, /emoji, /app-emoji - Admin: /upload-emoji, /list-emojis, /delete-emoji - GIF emote detection and reaction handling - Message reactions with percentage-based triggers and cooldowns - Voice/music cog with YTDLSource, skip, volume, pause, resume, stop - Global error handler and voice state change logging - Environment config via .env (DISCORD_TOKEN, COMMAND_PREFIX, etc.)
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
# Discord Bot Dependencies
|
|
# Pin pydantic-core to a version compatible with Python 3.14
|
|
# Using pre-built wheels to avoid build script issues
|
|
|
|
discord.py==2.3.2
|
|
aiohttp==3.9.5
|
|
# pydantic-core is a dependency of pydantic; we use a pinned pydantic
|
|
# that works with Python 3.14
|
|
pydantic==2.9.2
|
|
youtube-dl==2021.12.17
|