Commit graph

47 commits

Author SHA1 Message Date
dependabot[bot]
71af256545
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 03:14:19 +00:00
11c5f5159e
Merge pull request #2 from TheShadowEevee/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-14 21:25:58 -05:00
dependabot[bot]
a8cb15f528
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 16:55:48 +00:00
d336abb1ce
Create FUNDING.yml 2023-05-30 03:00:50 -05:00
3173d6f6a7
Merge pull request #1 from TheShadowEevee/dependabot/npm_and_yarn/undici-5.19.1
Bump undici from 5.14.0 to 5.19.1
2023-02-16 23:33:14 -05:00
dependabot[bot]
e118167fcd
Bump undici from 5.14.0 to 5.19.1
Bumps [undici](https://github.com/nodejs/undici) from 5.14.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:06:40 +00:00
7c6c884b22
Add readme badges 2022-12-19 04:07:13 -06:00
611633ce8c Up the timeout for the help command 2022-12-18 00:59:16 -06:00
fb7b87c291 Create data folder if it doesn't exist 2022-12-18 00:13:23 -06:00
a336e21a90 Allow choosing help page 2022-12-18 00:11:42 -06:00
01bc1a37f9 Add ws heartbeat to ping command 2022-12-18 00:05:12 -06:00
bc03b43f6f Minor command description updates 2022-12-18 00:04:58 -06:00
8addf9fe02 Add a help command 2022-12-17 22:18:06 -06:00
64936b95cd Update description for the ping command 2022-12-17 21:58:30 -06:00
ba5558178c Disable two debug commands 2022-12-17 21:58:09 -06:00
651125d18c Generate a help text file when deploying commands 2022-12-17 16:45:31 -06:00
25eca4ed60 remove bad require roll.js 2022-12-16 23:25:33 -06:00
37c3d9df8f Take 2 Bug Fix roll.js 2022-12-16 23:24:40 -06:00
aaf220e37d Fix some bugs in roll.js 2022-12-16 23:22:11 -06:00
8fcb1e2e0c Add a dice roll command 2022-12-16 23:17:51 -06:00
9cee18dcdd Allow reference in the singular for a 1 die roll 2022-12-16 21:58:51 -05:00
08561a856a Add a lottery / random number roller 2022-12-16 19:54:06 -05:00
bc3ff31852
Create codeql.yml 2022-12-16 15:00:02 -06:00
7409f92dc2 Fix typo preventing catch of guild join/leave 2022-12-16 15:36:51 -05:00
8bb74d9cd8 Report server count anonymously with PM2 2022-12-16 15:17:43 -05:00
a8f447e7c4 Add server-icon function 2022-12-16 14:53:32 -05:00
14ba72a051 Update avatar.js boilerplate 2022-12-16 14:38:06 -05:00
d919175ef7 Rename PM2 Websocket Heartbeat to be more specific 2022-12-16 14:27:49 -05:00
a31a0d8d74 Add PM2 metric tracking for Websocket Heartbeat 2022-12-16 14:09:42 -05:00
519c0520c5 Add an about command to report basic bot info 2022-12-16 14:01:37 -05:00
8f839845a5 Remove incorrect text from boilerplate 2022-12-16 13:26:47 -05:00
43e6fc63f4 Add warning to config.json.template 2022-12-16 13:24:50 -05:00
25370e9dc1 Add an invite command to share bot invite link 2022-12-16 13:16:54 -05:00
d704b39859 Add a botName field to config 2022-12-16 13:16:33 -05:00
adc54e64ac Remove presence.json 2022-12-16 12:14:10 -05:00
11373ecc00 Make presence.json a template 2022-12-16 11:08:26 -05:00
22175f32bf Add initial presence code 2022-12-16 11:06:38 -05:00
8f44aa943e Add boilerplate to delete/deploy-commands.js 2022-12-16 07:00:35 -05:00
f26afaf441 Generalize boilerplates to "Konpeki Discord Bot" 2022-12-16 07:00:03 -05:00
fd08706eb0 Fix incorrect information in package.json 2022-12-16 06:54:54 -05:00
d3efa6b7a4 Add a config.json template 2022-12-16 06:52:01 -05:00
3d8d691c1f Add a README 2022-12-16 06:49:15 -05:00
2dd4b193aa Allow for up to 2 lines of output for an error 2022-12-16 05:46:15 -05:00
dd882eb048 Make logs more readable 2022-12-16 04:58:49 -05:00
0b8abbaf42 Added anonymous pm2 metrics 2022-12-16 03:42:59 -05:00
4026edfa8d Fix some bugs in commands/avatar.js 2022-12-16 02:35:32 -05:00
d4e3b0c2c2 Initial Commit 2022-12-15 14:07:35 -05:00