Luvuyo Khumalo

Results 30 issues of 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 ![image](https://github.com/user-attachments/assets/0105c79f-a27e-4973-a1fb-d51710c49a16) ![image](https://github.com/user-attachments/assets/bbe1fdd3-ef8a-4ea5-9878-828a9292f1bb) ![image](https://github.com/user-attachments/assets/e5ddf220-fd02-4109-aaca-ca6f1e8096c7) I'm still uncertain whether or not bots *can* or cannot send burst reactions, however the docs don't...

p: high
s: awaiting review
t: api coverage

## 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,...

p: high
s: awaiting review
t: api coverage

### 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...

icon suggestion

## 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:...

p: low
s: awaiting review
t: api coverage
3.0

## Summary Adds a `integration_type` parameters to `utils.oauth_url` ![image](https://github.com/user-attachments/assets/63ffe430-663b-4e00-a5f8-5b40c9c2a37c) 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** -...

p: low
s: awaiting review
3.0

## 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:...

p: low
t: api coverage
3.0
s: waiting for discord

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:...