d1a5ae92bd
Tests: Start implementing tests
...
discord bot tests / discord bot tests (push) Failing after 9s
Only convertDateToISOString for now
2024-10-22 09:58:00 +02:00
e04d8857f9
Fix uninitialized variable
2024-10-22 07:49:42 +02:00
b94cb6fb91
Remove unused express dependency
2024-10-22 07:44:15 +02:00
062e6d43dc
Update discord.js dependency to version 14 ( #116 )
...
* Update discord.js in package.json to v14.16.3 & update package-lock.json
* Update all embeds to work with v14
* Do not show discriminator if it is 0
2024-10-22 07:36:10 +02:00
c751a5aec2
Fix github workflow
njsscan sarif / njsscan code scanning (push) Failing after 1s
2024-10-21 19:55:35 +02:00
0e0cad6734
Convert: Add inches to switch case
njsscan sarif / njsscan code scanning (push) Failing after 1s
2024-10-20 15:17:51 +02:00
d6fd115646
Improve moreHelp on convert command to include all supported units
2024-10-20 15:13:37 +02:00
4e42957c93
Add conversion from inches to cm and vice versa
2024-10-20 15:12:57 +02:00
47ba5bd126
Use 1.8 instead of 9 / 5 in conversion
2024-10-17 19:17:41 +02:00
296b36d8ee
Add support for converting to/from Kelvin
2024-10-15 12:18:47 +02:00
2b4a8029d1
Put space between temperature and unit
2024-10-15 11:48:40 +02:00
dependabot[bot]
f4ab4efa1d
Bump path-to-regexp and express ( #115 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) to 0.1.10 and updates ancestor dependency [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10 )
Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 10:17:44 +02:00
dependabot[bot]
18cfef782b
Bump ws from 8.11.0 to 8.17.1 ( #101 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.11.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-15 10:13:05 +02:00
af058d876a
Add support for weight conversion
...
KG => LB
LB => KG
2024-10-15 10:04:19 +02:00
b724a51868
Only use lower case in directory names
2024-10-15 09:54:41 +02:00
376dfb11fc
Improve moreHelp on setpresence command
2024-10-11 06:16:42 +02:00
1b575dde81
Fix plural if playcount is one
2024-10-07 14:20:33 +02:00
f16ac8010b
Remove decimals if not needed
2024-10-04 04:33:52 +02:00
b81d675e4c
Improve temperature conversion logic
...
- Use single variable for initial temperature
- Allow command to accept "to" keyword
2024-10-04 04:31:46 +02:00
eee9539ac2
Fix wrong calculation for converting celsius to fahrenheit
2024-10-04 03:56:31 +02:00
6ee51970fc
Fix wrong temperature label
2024-10-04 03:53:56 +02:00
a59e2381fb
Add convert command
...
Only fahrenheit to celsius and vice versa so far
2024-09-27 22:34:47 +02:00
582d9234ab
Fix plural bug in setPresence
2024-09-24 05:34:59 +02:00
5af2f003d0
Fix cannot send an empty message on ask command
2024-09-18 09:24:09 +02:00
146e22d281
Fix ask command not splitting all 'or's correctly
2024-09-18 09:20:35 +02:00
f8268256e3
Add a compatibility mode for getTopTracks
2024-09-12 11:45:57 +02:00
6172814a2e
Fix shorthands for toptracks
...
I previously used chatgpt to generate shorthands for times, but I didn't
read them so it generated stuff like daily. Now there are only lengths
that exist in the lastfm api
2024-09-11 15:03:57 +02:00
76ab15b79f
Add more options and fix small grammar mistake
2024-09-10 22:17:25 +02:00
bdd4f73b68
Fix toptracks subcommand
...
and add a few options for time
2024-09-10 21:59:44 +02:00
5f6949bc2e
Temporarily disable the fmtt command
2024-07-12 02:33:11 +02:00
797c2b0118
Add banner command for users
2024-06-11 20:39:08 +02:00
dependabot[bot]
a9f9dde789
Bump express from 4.18.2 to 4.19.2 ( #95 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 11:03:13 +02:00
dependabot[bot]
596679c6c8
Bump tar from 6.1.15 to 6.2.1 ( #97 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 11:01:57 +02:00
56e8f4765d
Fix crash if timer doesn't exist
2024-04-10 13:53:21 +02:00
6e8faadd97
Specify if the timer doesn't belong to author
2024-04-10 13:47:50 +02:00
13e611c860
Fix fm default command
...
programming mistake
2024-04-10 07:22:46 +02:00
357f93623a
Temp commit
2024-04-09 15:52:42 +02:00
22d688ee80
add morehelp
2024-04-09 15:51:15 +02:00
ead50bcf43
Attempt fix v10000
2024-04-09 11:24:57 +02:00
18182c0059
Show previous scrobble too
2024-04-09 09:33:54 +02:00
ecd26427a2
Add fmcover command
2024-04-08 13:33:25 +02:00
b63cdcba99
Revert "Add link to lastfm profile"
...
This reverts commit 683bc41284
.
2024-04-08 13:29:40 +02:00
683bc41284
Add link to lastfm profile
2024-04-08 12:59:23 +02:00
3bc37cc1b7
fix v2
2024-04-08 12:56:15 +02:00
5ce61c820b
Actual fix to the problem
2024-04-08 12:54:40 +02:00
528308c858
Fix user not found error message
2024-04-08 12:52:14 +02:00
444af32def
Check if user is not found
2024-04-08 12:50:41 +02:00
90e16e2b3c
Add prefix to the message reminding how to set username
2024-04-08 12:46:42 +02:00
8b012829c1
Blame last.fm if there is an error
2024-04-08 12:40:23 +02:00
a8575f6f25
Add parsemention require...
2024-04-08 12:34:15 +02:00