vsTerminus / Mojo-Discord

Perl Modules that implement parts of the Discord API. Intended for Text Chat Bots.
MIT License
33 stars 10 forks source link

Example is invalid #1

Closed Disinterpreter closed 6 years ago

Disinterpreter commented 7 years ago

Example in README.md is invalid.

Can't locate object method "connect" via package "Mojo::Discord" at
vsTerminus commented 7 years ago

Yea - my bad. The example in the README hasn't been updated to reflect recent changes.

I'm currently working on making the library more state-aware (things like users, roles, channels, etc) and will update the example once that is functional.

In the meantime, you can check out my Discord-NP and Goose repos for working examples.

Disinterpreter commented 7 years ago

@vsTerminus ok, just now i'm write a bot on a Perl, and want more functionality, f.e work with audio :D

vsTerminus commented 6 years ago

Fixed in a3b4905