Added !dice command
This commit is contained in:
parent
9921d067ff
commit
903076de54
4 changed files with 57 additions and 6 deletions
|
@ -17,6 +17,7 @@ quart = "^0.11.3"
|
|||
aiohttp = "^3.6.2"
|
||||
structlog = "^20.1.0"
|
||||
colorama = "^0.4.3"
|
||||
dice = "^3.1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^19.10b0"
|
||||
|
@ -29,6 +30,7 @@ ipdb = "^0.13.2"
|
|||
[tool.poetry.plugins."butterrobot.plugins"]
|
||||
"fun.loquito" = "butterrobot_plugins_contrib.fun:LoquitoPlugin"
|
||||
"dev.ping" = "butterrobot_plugins_contrib.dev:PingPlugin"
|
||||
"fun.dice" = "butterrobot_plugins_contrib.fun:DicePlugin"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue