Closed DEVTomatoCake closed 4 months ago
Could you regen the schema for this pr and then I'll merge
Why close it? You just needed to merge and regen the schema haha
Why close it? You just needed to merge and regen the schema haha
Because it didn't let me merge due to a non-existing conflict in the schemas file?
You wouldn't be able to do it in the web UI. if you started a merge in cli and then regened the schema before committing it would've been fine
That's what I did, I've tried it in CLI but nope
This makes
guild_id
andchannel_id
optional when sending a message for compatibility, e.g. discord.js fails to use replies otherwise.TS complains about some properties being missing so it was suggested to simply add
@ts-expect-error
and be done with it 🤷