Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.17 KB

clients.rst

File metadata and controls

60 lines (42 loc) · 1.17 KB

discord

Client Objects

Bots

Bot

Bot

Bot.command(**kwargs)

Bot.event()

Bot.message_command(**kwargs)

Bot.slash_command(**kwargs)

Bot.user_command(**kwargs)

Bot.listen(name=None)

Bot.once(name=None, check=None)

AutoShardedBot

AutoShardedBot

Clients

Client

Client

Client.event()

Client.fetch_guilds

Client.once(name=None, check=None)

AutoShardedClient

AutoShardedClient