Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit 30b778a

Browse files
committed
Update bot's name in source command
1 parent e41be37 commit 30b778a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, bot: ThreadBot):
4545
async def source_command(self, ctx: commands.Context, *, source_item: SourceConverter = None) -> None:
4646
"""Display information and a GitHub link to the source code of a command, tag, or cog."""
4747
if not source_item:
48-
embed = Embed(title="Bot's GitHub Repository")
48+
embed = Embed(title="Sir Threadevere's GitHub Repository")
4949
embed.add_field(name="Repository", value=f"[Go to GitHub]({URLs.github_bot_repo})")
5050
embed.set_thumbnail(url="https://avatars1.githubusercontent.com/u/9919")
5151
await ctx.send(embed=embed)

0 commit comments

Comments
 (0)