roleplay module¶
-
class
shellbot.plugins.roleplay.setup.Roleplay(config, credentials=None, **kwargs)¶ Implement the RolePlay plugin.
-
coroutine
dice(ctx, *, expr=<shellbot.ext.action_interpreter.DiceMatch object>)¶ Implement the
dicecommand.Parameters:
-
coroutine
flipcoin(ctx, *, n=1)¶ Implement the
flipcoincommand.Parameters:
-
coroutine
randint(ctx, *, expr=<shellbot.ext.action_interpreter.RandSlots object>)¶ Implement the
randintcommand.Parameters: Raise: BadArgument– Invalid bounds.
-
coroutine