kyb3r / dhooks

A simple python Discord webhook API wrapper
https://discord.gg/etJNHCQ
MIT License
189 stars 50 forks source link

Rewrote timestamping and examples. Multiple bug fixes. #8

Closed ReconCubed closed 5 years ago

ReconCubed commented 6 years ago

Fixed up the examples, added a new timestamping feature. ts is now reserved for manual timestamping using USO 8601 timestamps. You now use tsIsNow to add a timestamp at the current time. Oh! There's also a .gitignore now.

Tabs have also been replaced with spaces, as per PEP 8.

EDIT: Added a set_timestamp function.

bobby-burns commented 6 years ago

Really good Pull, but you kind of wasted your time. This repo is dead.

ReconCubed commented 6 years ago

I'm unfortunately aware, I was just making changes for my own use and decided it'd be good to try and try out my first PR. First contribution to open source!