clean docstrings for commands, resolves #1

This commit is contained in:
2025-04-10 11:17:32 -04:00
parent 11ff1d6447
commit c7db52efde
5 changed files with 1 additions and 297 deletions

View File

@ -38,12 +38,6 @@ class Sing(commands.Cog):
song: Optional[str] = None) -> None:
"""
Search for lyrics, format is artist : song. Also reads activity.
Args:
ctx (Any): Discord context
song (Optional[str]): Song to search
Returns:
None
"""
try:
with ctx.channel.typing():