Reformat TODO comments
All checks were successful
Build Heidi Docker image / build-docker (push) Successful in 15s

This commit is contained in:
2023-12-09 17:35:04 +01:00
parent c6608e4695
commit 9b66061ee7
4 changed files with 9 additions and 8 deletions

10
bot.py
View File

@ -11,9 +11,9 @@ from heidi_client import *
install(show_locals=True)
# TODO: Only post in heidi-spam channel
# TODO: yt-dlp music support
# TODO: Somehow upload voicelines more easily (from discord voice message?)
# @todo Only post in heidi-spam channel
# @todo yt-dlp music support
# @todo Somehow upload voicelines more easily (from discord voice message?)
# Log to file
@ -124,7 +124,7 @@ def user_entrance_sound_autocomplete(
for board in boards
} # These are all sounds, organized per board
# TODO: Initially only suggest boards, because there are too many sounds to show them all
# @todo Initially only suggest boards, because there are too many sounds to show them all
completions: List[Choice[str]] = []
for (
board,
@ -224,7 +224,7 @@ async def magic_shell(interaction: Interaction, question: str) -> None:
)
# TODO: Allow , separated varargs, need to parse manually as slash commands don't support varargs
# @todo Allow , separated varargs, need to parse manually as slash commands don't support varargs
@client.tree.command(name="wähle", description="Heidi trifft die Wahl!")
@app_commands.rename(option_a="entweder")
@app_commands.describe(option_a="Ist es vielleicht dies?")