bot.exts.core.ping#

Pinging the bot.

Module Contents#

Classes#

Ping

Get info about the bot's ping and uptime.

Functions#

setup(→ None)

Load the Ping cog.

class bot.exts.core.ping.Ping(bot: bot.bot.Bot)[source]#

Bases: discord.ext.commands.Cog

Get info about the bot’s ping and uptime.

async ping(ctx: discord.ext.commands.Context) None[source]#

Ping the bot to see its latency and state.

async bot.exts.core.ping.setup(bot: bot.bot.Bot) None[source]#

Load the Ping cog.