MaskDuck
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

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  ```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