Skip to content

Commit a9c6aa3

Browse files
committed
Fixed forgot to fix description
1 parent b5e18ae commit a9c6aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<br>
3-
<a href="https://pypi.org/project/discord-py-slash-command/"><img src="/.github/discordpyslashlogo.png" alt="discord-py-slash-command" height="128"></a>
3+
<a href="https://pypi.org/project/discord-py-slash-command/"><img src="https://raw.githubusercontent.com/eunwoo1104/discord-py-slash-command/master/.github/discordpyslashlogo.png" alt="discord-py-slash-command" height="128"></a>
44
<h2 align = "center">A simple discord slash command handler for <a href="https://github.com/Rapptz/discord.py">discord.py</a></h2>
55
</p>
66
<p align="center">

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version="1.0.9",
99
author="eunwoo1104",
1010
author_email="sions04@naver.com",
11-
description="Simple Discord Slash Command extension for discord.py.",
11+
description="A simple discord slash command handler for discord.py.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/eunwoo1104/discord-py-slash-command",

0 commit comments

Comments
 (0)