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

gydopy/gydo.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gydo.py

A Python Library for interacting with Discord's API

Table of Contents

Example

import gydo

client = gydo.Client("TOKEN")

For now, It only logs the Information of your bot, and logs it in. After gydo.py Logs in to your bot, you should see your bot online. It also should log/print something to your console if someone chats to a server, and your bot is in it.

Others

gydo.py is currently on it's beta stages, so expect it to have some bugs, or if something is incomplete.

Report bugs on our Github Repository

Contributing

To contribute on gydo.py you can make pull request on our Github Repository

...and Thanks for contributing!