funny module

class shellbot.plugins.funny.setup.Funny(*args, **kwargs)

Implement the Funny plugin.

coroutine image(ctx)

Implement the image command.

Parameters:ctx (Context) – The command context.
Raise:HTTPError
coroutine chuck(ctx)

Implement the chuck command.

Parameters:ctx (Context) – The command context.
coroutine diary(ctx)

Implement the diary command.

Parameters:ctx (Context) – The command context.
coroutine lorem(ctx)

Implement the lorem command.

Parameters:ctx (Context) – The command context.
coroutine quote(ctx)

Implement the quote command.

Parameters:ctx (Context) – The command context.

Funny API Clients module

class shellbot.plugins.funny.lib.http.APIClient

Implement Funny Commands API Client.