Skip to content

fix: correct typos and improve formatting#35

Merged
youngcoder45 merged 1 commit intoTheCodeVerseHub:mainfrom
Jdubin1417:fix/typos-and-formatting
Mar 31, 2026
Merged

fix: correct typos and improve formatting#35
youngcoder45 merged 1 commit intoTheCodeVerseHub:mainfrom
Jdubin1417:fix/typos-and-formatting

Conversation

@Jdubin1417
Copy link
Copy Markdown

Summary

Fix typos, formatting issues, and outdated project name references.

Fixes #33

Changes

  • README.md — Fixed markdown formatting (** Tip****Tip:**), restored missing ❤️ emoji
  • .env.example — Cleaned up comment formatting
  • CHANGELOG — Reformatted file list to proper markdown bullets
  • bot.py — Updated docstring from old project name "fun2oosh" → "Eigen Bot"
  • cogs/starboard.py — Fixed 8 command prefix references (f??), updated footer branding

Testing

  • Python syntax check passes
  • All changes are text/formatting only
  • No code logic changes

Disclosure: This contribution was developed with AI assistance (OpenClaw, powered by Copilot).

@Jdubin1417 Jdubin1417 requested review from a team as code owners March 30, 2026 03:25
@youngcoder45
Copy link
Copy Markdown
Contributor

Thanks for the PR.

Can you confirm:

  • Whether all command prefixes are consistent across the project now?
  • If there are any remaining references to old prefixes or names?

Copy link
Copy Markdown
Contributor

@youngcoder45 youngcoder45 left a comment

Choose a reason for hiding this comment

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

As far as I see the PR exactly does what he has stated so it's a valid contribution.

@@ -1,5 +1,5 @@
.# Discord Bot Configuration.
DISCORD_TOKEN=your_bot_token_here(I won't share mine 💀💀💀)
# Discord Bot Configuration
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Lol


Made with for Discord communities
Made with ❤️ for Discord communities

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks here

"• `?starboard threshold 5` - Change star requirement\n"
"• `?starboard emoji ` - Change star emoji\n"
"• `?starboard stats` - View server statistics\n"
"• `?starboard toggle` - Enable/disable system\n"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Damm u actually helped a lot we all devs forgot about this GG (do star the project btw)

"Starboard Not Setup",
"Please run `f?starboard setup` first to configure the starboard system."
"Please run `?starboard setup` first to configure the starboard system."
))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Alright the PR looks good to me I'll approve Thanks for your Contribution. I appreciate it.

@youngcoder45 youngcoder45 merged commit a22251b into TheCodeVerseHub:main Mar 31, 2026
1 check passed
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.

[Good First Issue] Fix typos and formatting

2 participants