Skip to content

Commit 29b6727

Browse files
committed
update deps + remove express
1 parent a528cdb commit 29b6727

File tree

7 files changed

+89
-1016
lines changed

7 files changed

+89
-1016
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 William Harrison
3+
Copyright (c) 2023-Present William Harrison
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

example.env

-9
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,3 @@ SENTRY_DSN =
1717
# Discord Bot Token
1818
# https://wdh.gg/Xik9n40
1919
TOKEN =
20-
21-
# Express Server
22-
# Use localhost:${EXPRESS_PORT}/health to check the status
23-
24-
# Whether to enable the Express server for health checks
25-
EXPRESS_ENABLED =
26-
27-
# Port for the Express server (default: 3000)
28-
EXPRESS_PORT =

0 commit comments

Comments
 (0)