Xh4H / Discord.jl

The Julia Discord API Wrapper
MIT License
151 stars 23 forks source link

A small mistake in ping pong example #29

Closed abhishalya closed 4 years ago

abhishalya commented 4 years ago

In pingpong.jl I think it should be client instead of c.

c = Client(ENV["DISCORD_TOKEN"])
open(client)