@botgate/botgate-stats-reporter 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -108,7 +108,7 @@ O `@botgate/botgate-stats-reporter` é reativo. Se você fizer um upgrade de pla
108
108
 
109
109
  ## 🔗 Links Úteis
110
110
 
111
- - [Documentação Oficial](https://docs-botgate.vercel.app/)
111
+ - [Documentação Oficial](https://docs.botgate.com.br/)
112
112
  - [Painel do Desenvolvedor](https://www.botgate.com.br/settings)
113
113
  - [Suporte no Discord](https://www.discord.gg/xK4r9HqKKf)
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botgate/botgate-stats-reporter",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Módulo oficial do BotGate para reportar estatísticas do seu bot Discord automaticamente",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/nathan-lucca/botgate-stats-reporter/issues"
39
39
  },
40
- "homepage": "http://docs-botgate.vercel.app/",
40
+ "homepage": "https://docs.botgate.com.br/",
41
41
  "peerDependencies": {
42
42
  "discord.js": "^14.0.0"
43
43
  },