shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

bot example incorrect #27

Closed hoemotion closed 2 years ago

hoemotion commented 2 years ago

you use

bot = commands.Bot(user_id='bot_user_id', command_prefix='!')

as the bot definition but use client.run instead bot.run in the bot example