Skip to content

Modernise friendo - #277

Merged
fisher60 merged 9 commits into
fisher60:developfrom
ChrisLovering:modernise-friendo
Feb 17, 2026
Merged

Modernise friendo#277
fisher60 merged 9 commits into
fisher60:developfrom
ChrisLovering:modernise-friendo

Conversation

@ChrisLovering

Copy link
Copy Markdown
Collaborator

No description provided.

@fisher60
fisher60 requested a review from GDWR February 17, 2026 22:41
This is acutally only used in the version command
This also raises errors when friendo API errors

@fisher60 fisher60 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpicks, the only semi-important one is preserving the logging for disabling cogs since it can lead to confusion when running the app.

Comment thread bot/disable.py
Comment thread bot/bot.py
Comment thread bot/bot.py Outdated
Comment thread bot/cogs/wonder_twins.py
Comment thread bot/cogs/todo_list.py
ctx: Context, task_type: str = "todo_list", *, todos: tuple[str] | None = None
) -> None:
"""Wrapper function for todo list to allow the todos to be created on function call."""
pass

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is weird, no clue why this was here, guess we will find out >:)

Comment thread bot/cogs/todo_list.py
todo_file_read[str(ctx.author.id)] = {
num: todo.strip().rstrip()
for num, todo in enumerate(todos, start=1)
num: todo.strip().rstrip() for num, todo in enumerate(todos, start=1)

@fisher60 fisher60 Feb 17, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo.strip().rstrip()

wtf

Comment thread bot/cogs/dogeboard.py Outdated

@fisher60 fisher60 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woks on my machine

@fisher60
fisher60 merged commit b0e2b5c into fisher60:develop Feb 17, 2026
1 check passed
@ChrisLovering
ChrisLovering deleted the modernise-friendo branch February 17, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants