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

Commit 4714020

Browse files
author
kuso-senpai
committed
typo fix
1 parent bcdb86a commit 4714020

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ At first, you need a `discord.ext.commands.Bot` client
1818

1919
```py
2020
import discord
21-
from disicord.ext import commands
21+
from discord.ext import commands
2222

2323
client = commands.Bot()
2424
```
2525

26-
To initialize the Button extension, you need to import the `Buttons` class
26+
To initialize the button extension, you need to import the `Buttons` class
2727

2828
```py
2929
from discord_py_buttons import Buttons

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def getReadme():
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/KusoRedsto/discord_py_buttons",
2121
packages=setuptools.find_packages(),
22-
python_requires='>=3.6',
22+
python_requires='>=3.9',
2323
classifiers=[
2424
"Programming Language :: Python :: 3"
2525
]

0 commit comments

Comments
 (0)