Pincer Cog Module#

cog#

Methods
class Cog#

Bases: pincer.commands.interactable.Interactable

A cog object This is an object that can register commands and message components that isn’t a client. It also can be loaded and unloaded at runtime so commands can be changed without restarting the bot.

classmethod name()#

Returns a unique name for this cog.

Returns

A unique name for this cog.

Return type

str