Feature/vba 52 (#175)
* Add say command (#174) Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/174 * Add repo and funding link to about message (#176) Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/176 * Add other subreddits to bunny command * Fix changes requested
This commit is contained in:
parent
4d01f0b34a
commit
2da5e1aa75
5 changed files with 53 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vylbot-app",
|
||||
"version": "3.0.4",
|
||||
"version": "3.1.0",
|
||||
"description": "A discord bot made for Vylpes' Den",
|
||||
"main": "./dist/vylbot",
|
||||
"typings": "./dist",
|
||||
|
@ -13,11 +13,14 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Vylpes/vylbot-app.git"
|
||||
"url": "https://github.com/Vylpes/vylbot-app"
|
||||
},
|
||||
"author": "Vylpes",
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/Vylpes/vylbot-app/issues",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Vylpes/vylbot-app/issues",
|
||||
"email": "helpdesk@vylpes.com"
|
||||
},
|
||||
"homepage": "https://github.com/Vylpes/vylbot-app",
|
||||
"dependencies": {
|
||||
"@types/jest": "^27.0.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue