mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Typo
That would've been a bit misleading
This commit is contained in:
parent
f6352dda8e
commit
efcde3f200
@ -137,7 +137,7 @@ class Downloader:
|
||||
return
|
||||
name = data.get("NAME", None)
|
||||
name = repo_name if name is None else name
|
||||
author = data.get("AUTHOR", "tekulvw ;)")
|
||||
author = data.get("AUTHOR", "Unknown")
|
||||
desc = data.get("DESCRIPTION", "")
|
||||
msg = ("```{} by {}```\n\n{}".format(name, author, desc))
|
||||
await self.bot.say(msg)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user