Metadata-Version: 2.1
Name: seizcord
Version: 0.0.2
Summary: seizcord is a module made to create selfbot or scripts for discord
Author: uhq.s
Project-URL: Homepage, https://github.com/seized0/seizcord
Project-URL: Issues, https://github.com/seized0/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Seizcord

My discord server : https://discord.gg/wyUuYr9DEN

Made by uhq.s







#   USING

Seizcord is a simple library using discord 


```python
import seizcord

cli = seizcord.Client(token='YOUR ACCOUNT TOKEN')


cli.SendMessage(message='WORK?',userid=useid, channelid=channelid)

```

