Luvuyo Khumalo
Luvuyo Khumalo
## Summary - Closes #60 Adds a `Player.is_playing` helper function by making use of https://github.com/ooliver1/mafic/issues/60#issuecomment-1497491105 ## Checklist - [ ] If code changes were made then they have been tested....
I use waybar for my status bar and there are times where I may right-click on the tray, and then hyprlock executes (through hypridle). Problem is, when that happens, I...
## Summary - Implements discord/discord-api-docs#6056 & discord/discord-api-docs#6375 Tested with: https://paste.nextcord.dev/?id=1725902791782971    I'm still uncertain whether or not bots *can* or cannot send burst reactions, however the docs don't...
## Summary - Implements discord/discord-api-docs#6864 / #1193 Tested with: ```py from nextcord import IntegrationType, Intents, Interaction, InteractionContextType, Message, utils from nextcord.ext.commands import Bot bot = Bot(intents=Intents(guilds=True, message_content=True, messages=True, members=True)) @bot.message_command(contexts=[InteractionContextType.bot_dm,...
### Skill Name Proton Mail ### Why? Proton Mail is a popular email providing service just like GMail (which is also a skill icon), so it would be cool if...
## Summary - Implements discord/discord-api-docs#7074 Tested with ```py from nextcord import Intents, Interaction, Role from nextcord.ext.commands import Bot bot = Bot( intents=Intents(guilds=True, message_content=True, messages=True), default_guild_ids=[...], ) @bot.slash_command() async def role(inter:...
## Summary Adds a `integration_type` parameters to `utils.oauth_url`  Tested with: ```python from nextcord.enums import IntegrationType from nextcord.utils import oauth_url print(oauth_url(919680394863984721, integration_type=IntegrationType.user_install)) ``` ## This is a **Code Change** -...
## Summary - Implements discord/discord-api-docs#6986 Tested with: ```py from nextcord import Intents, Interaction, Member from nextcord.ext.commands import Bot bot = Bot( intents=Intents(guilds=True, message_content=True, messages=True), default_guild_ids=[...], ) @bot.user_command() async def user_banner(inter:...
Changes the text to check for on Reddit as 'Sorry there aren't any communities on Reddit with that name.' is an old message (which can be found at https://new.reddit.com/r/invalidsubreddit), the...
When going to any route, search or lyrics on Dumb returns a 500 error and prints "Not Found" in the logs. ### Compose File ```yml services: dumb: image: ghcr.io/rramiachraf/dumb:latest container_name:...