Skip to content

Seizhooks is a simple lib using discord api to interact with webhook

License

Notifications You must be signed in to change notification settings

seized0/seizhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seizhooks

https://pypi.org/project/seizhooks https://discord.gg/wyUuYr9DEN https://github.com/seized0/seizhooks

Seizhooks is a simple lib using discord api to interact with webhook Made by uhq.s

REQUIREMENTS

pip install requests pip install colorama

USING

DELETE WEBHOOK

webhook = seizhooks.Hook(webhook='YOUR WEBHOOK URL')

webhook.Delete()

SEND A MESSAGE WITH WEBHOOK

webhook = seizhooks.Hook(webhook='YOUR WEBHOOK URL')

webhook.SendMessage(message='TEXT',name='webhook name',avatar='avatar url')
or
webhook.SendMessage(message='TEXT',name=None,avatar=None)

Made with ❤️ By uhq.s

About

Seizhooks is a simple lib using discord api to interact with webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages