-
Notifications
You must be signed in to change notification settings - Fork 15
fix: correct typos and improve formatting #35
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ Eigen Bot supports **hybrid commands** - both prefix and slash commands: | |
| - Auto-complete and built-in Discord UI | ||
| - Limited to essential commands to stay within Discord's 100 command limit | ||
|
|
||
| ** Tip**: Use `?helpmenu` or `/help` to explore all available commands! | ||
| **Tip:** Use `?helpmenu` or `/help` to explore all available commands! | ||
|
|
||
| --- | ||
|
|
||
|
|
@@ -456,7 +456,7 @@ Special thanks to the discord.py community and all contributors! | |
|
|
||
| [GitHub](https://github.com/youngcoder45/Eigen-bot-In-Python) • [Issues](https://github.com/youngcoder45/Eigen-bot-In-Python/issues) | ||
|
|
||
| Made with for Discord communities | ||
| Made with ❤️ for Discord communities | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks here |
||
| </div> | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,13 +46,13 @@ async def starboard_info(self, ctx: commands.Context): | |
| "• Self-starring allowed by default\n" | ||
| "• Real-time updates as more stars are added\n\n" | ||
| " **Quick Setup:**\n" | ||
| "`f?starboard setup #starboard 3 ⭐`\n\n" | ||
| "`?starboard setup #starboard 3 ⭐`\n\n" | ||
| " **Management Commands:**\n" | ||
| "• `f?starboard channel #channel` - Change starboard channel\n" | ||
| "• `f?starboard threshold 5` - Change star requirement\n" | ||
| "• `f?starboard emoji ` - Change star emoji\n" | ||
| "• `f?starboard stats` - View server statistics\n" | ||
| "• `f?starboard toggle` - Enable/disable system\n" | ||
| "• `?starboard channel #channel` - Change starboard channel\n" | ||
| "• `?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" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) |
||
| ), | ||
| color=0xFFD700 # Gold color | ||
| ) | ||
|
|
@@ -67,7 +67,7 @@ async def starboard_info(self, ctx: commands.Context): | |
| ), | ||
| inline=False | ||
| ) | ||
| embed.set_footer(text="fun2oosh Bot • Modern Discord Experience", icon_url=ctx.author.display_avatar.url) | ||
| embed.set_footer(text="Eigen Bot • Modern Discord Experience", icon_url=ctx.author.display_avatar.url) | ||
| await ctx.send(embed=embed) | ||
| """Starboard system for highlighting popular messages with star reactions""" | ||
|
|
||
|
|
@@ -295,7 +295,7 @@ async def starboard_setup(self, ctx: commands.Context, channel: discord.TextChan | |
| embed.add_field(name=" Features", value="Dynamic colors, thumbnails, smart formatting", inline=True) | ||
| embed.add_field( | ||
| name=" Next Steps", | ||
| value=f"Start starring messages with {emoji} reactions!\nUse `f?starboard stats` to track activity.", | ||
| value=f"Start starring messages with {emoji} reactions!\nUse `?starboard stats` to track activity.", | ||
| inline=False | ||
| ) | ||
| embed.set_footer(text=" Your starboard will get more beautiful as messages get more stars!") | ||
|
|
@@ -411,7 +411,7 @@ async def starboard_stats(self, ctx: commands.Context): | |
| if not settings: | ||
| await ctx.send(embed=create_error_embed( | ||
| "Starboard Not Setup", | ||
| "Please run `f?starboard setup` first to configure the starboard system." | ||
| "Please run `?starboard setup` first to configure the starboard system." | ||
| )) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| return | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol