diff options
| author | 2020-11-21 01:20:13 +0100 | |
|---|---|---|
| committer | 2020-11-21 01:20:13 +0100 | |
| commit | 8a57e92f3200ceb598e8c8c5faf39dcf24dd3e89 (patch) | |
| tree | 209c0a329bd5ca7811471e7fce7b7551d2f809ae /bot/exts/evergreen/source.py | |
| parent | Header image for Sir Lancebot (diff) | |
| parent | Merge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_c... (diff) | |
Merge branch 'master' of github.com:python-discord/seasonalbot
Diffstat (limited to 'bot/exts/evergreen/source.py')
| -rw-r--r-- | bot/exts/evergreen/source.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/source.py b/bot/exts/evergreen/source.py index 0725714f..cdfe54ec 100644 --- a/bot/exts/evergreen/source.py +++ b/bot/exts/evergreen/source.py @@ -38,7 +38,7 @@ class BotSource(commands.Cog):      async def source_command(self, ctx: commands.Context, *, source_item: SourceConverter = None) -> None:          """Display information and a GitHub link to the source code of a command, tag, or cog."""          if not source_item: -            embed = Embed(title="Seasonal Bot's GitHub Repository") +            embed = Embed(title="Sir Lancebot's GitHub Repository")              embed.add_field(name="Repository", value=f"[Go to GitHub]({Source.github})")              embed.set_thumbnail(url=Source.github_avatar_url)              await ctx.send(embed=embed)  |