MaskDuck

Results 66 comments of MaskDuck

> OPCODE 1 is not supported. > > Is it even used anymore? since it's still documented, it's good to keep supporting it imo

I can write an URL redirector in Python (however would not be a preferable solution, the more preferable one would be you writing one on JS or see the next...

but we have to reach out for support before the migration

![image](https://github.com/is-a-dev/register/assets/70831061/ee347695-896f-460b-9eda-4840b1132da3)

also uhm... 20 million queries a month for bunny... in my opinion we will need to like uhm get some stats about the queries: currently are we exceeding 20m queries...

I'd recommend you two host two different nameservers on two different platforms

> Yes. I have managed to recreate the workflow on a private test repo. The formatting seemed to work fine, but I'm trying to troubleshoot a check failure (though it...

turn out I still miss other things.

tested with slash commands ![image](https://github.com/user-attachments/assets/474c04d5-b243-4890-a31e-bfcbdae1f0f5) ```py from nextcord import Intents, PollCreateRequest, PollMedia from nextcord.ext import commands intents = Intents.default() intents.message_content = True bot = commands.Bot(command_prefix="$", intents=intents) @bot.slash_command() async def send_poll(interaction):...

convert to draft, pending a rewrite of the answer_voters_iterator following the #950