Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function that parses a message and try to generate a build from it #39

Merged
merged 18 commits into from
Aug 12, 2024
Merged
Prev Previous commit
Next Next commit
Fix the bot sending stuff in #build-logs
Glinte committed Aug 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9b00ffd3f4ee382dfc785d2f5bc1b084d223f5dc
2 changes: 1 addition & 1 deletion bot/submission/submit.py
Original file line number Diff line number Diff line change
@@ -453,7 +453,7 @@ async def suggest_parameters_from_title(self, message: Message):
**Unparsed**: {unparsed}
""")
await message.channel.send(content)
await self.bot.get_channel(536004554743873556).send(content)


def format_submission_input(ctx: Context, data: SubmissionCommandResponse) -> dict[str, Any]: