Commit graph

132 commits

Author SHA1 Message Date
c71dbe7214
fix: optional parms must be after required ones 2024-09-17 22:26:46 +01:00
bf08aa650c
fmt: unwraps changed to ? 2024-09-17 22:13:30 +01:00
f3ef03a418
fmt: fmt and clippy 2024-09-17 22:11:34 +01:00
11240914ac
fix: role_current needednt have been an Option 2024-09-17 22:08:20 +01:00
e9aed40f41
fix: these opotions are actually required 2024-09-17 21:48:33 +01:00
0df7c8a29f
feat: using teh vars from teh DB now 2024-09-17 21:48:33 +01:00
4998dba225
fmt: remove an unneeded unwrap (?) 2024-09-17 21:48:33 +01:00
8d1c6b1bd1
feat: updated command to get the extra information on signup 2024-09-17 21:48:33 +01:00
d3a975a1d1
feat: made database changes to handle the extra server data 2024-09-17 21:48:33 +01:00
Skynet
5f4e46bb51
Initiating world domination 2024-09-17 09:00:07 +01:00
28b911c468
fix: channel link 2024-09-17 08:46:05 +01:00
e7caf148dd
Merge branch 'main' of https://forgejo.skynet.ie/Skynet/discord-bot into new-member-message 2024-09-17 08:24:27 +01:00
9452c0ac2e
feat: bump up rust version and a big cleanup
All checks were successful
On_Push / lint_fmt (push) Successful in 1m9s
On_Push / lint_clippy (push) Successful in 4m4s
On_Push / build (push) Successful in 10m16s
On_Push / deploy (push) Successful in 12s
Also added an example .env

This will break stuff (briefly)
2024-09-17 00:21:07 +01:00
befced76f8
up: cargo lock, toolchain 2024-09-16 23:53:33 +01:00
421864e151
fix: revert cargo lock update 2024-09-16 20:57:10 +01:00
557dcb9f8c
fix: clippy 2024-09-16 20:36:25 +01:00
b75fa39bcf
feat: change channel id based on server 2024-09-16 20:14:45 +01:00
986d2f19c9
Revert "fix: take out of else, should run regardless"
This reverts commit cfb5d95be4.
2024-09-16 19:46:12 +01:00
cfb5d95be4
fix: take out of else, should run regardless 2024-09-16 19:15:45 +01:00
7ed20108fb
fix: clippy 2024-09-16 18:49:28 +01:00
c63945bb86
feat: send new members instructions to link wolves 2024-09-16 18:42:18 +01:00
8ba92cc47e
api: include missing field
All checks were successful
On_Push / lint_fmt (push) Successful in 5s
On_Push / lint_clippy (push) Successful in 12s
On_Push / build (push) Successful in 1m45s
On_Push / deploy (push) Successful in 12s
2024-09-02 13:51:58 +01:00
50d2923425
fmt: fmt and clippy
All checks were successful
On_Push / lint_fmt (push) Successful in 6s
On_Push / lint_clippy (push) Successful in 3m58s
On_Push / build (push) Successful in 1m46s
On_Push / deploy (push) Successful in 12s
2024-08-31 19:24:14 +01:00
5c2502f726
fix: small fixes to actually make it work 2024-08-31 19:24:14 +01:00
bda3fbe2ad
feat: import and use the commands 2024-08-31 19:24:13 +01:00
439d49db43
fix: use the proper toolchain 2024-08-31 19:24:12 +01:00
7e40b862d3
feat: add functionality for the committee server.
Related to #16
2024-08-31 16:05:38 +01:00
905aaa9620 flake: update to use the right default package
All checks were successful
On_Push / lint_fmt (push) Successful in 6s
On_Push / lint_clippy (push) Successful in 10s
On_Push / build (push) Successful in 1m50s
On_Push / deploy (push) Successful in 12s
2024-08-10 20:56:29 +01:00
c447577eee ci: improvements in scripting and testing
All checks were successful
On_Push / lint_fmt (push) Successful in 54s
On_Push / lint_clippy (push) Successful in 3m59s
On_Push / build (push) Successful in 10m33s
On_Push / deploy (push) Successful in 12s
2024-08-10 03:12:09 +01:00
7ac8b90f27 ci: switching over to using forgejo, so the gitlab config can eb removed
All checks were successful
On_Push / lint_fmt (push) Successful in 56s
On_Push / lint_clippy (push) Successful in 3m13s
On_Push / build (push) Successful in 2m45s
On_Push / deploy (push) Successful in 7s
Added in toolchain to try and lock it down
2024-08-10 02:26:52 +01:00
48b52f3c09 ci: testing 2024-06-03 23:32:35 +01:00
394d6b4545 Revert "ci: improvements to building in pipeline"
This reverts commit d8b232b546.
2024-06-03 23:26:47 +01:00
bee41c192f Revert "ci: had poor package name"
This reverts commit 1d14499400.
2024-06-03 23:26:42 +01:00
1d14499400 ci: had poor package name 2024-06-03 23:15:29 +01:00
d8b232b546 ci: improvements to building in pipeline 2024-06-03 23:06:27 +01:00
7c2d392e35 ci: need to have the experimental flag to do a build using flakes 2024-06-03 21:10:28 +01:00
9654963198 ci: build the bot in nix in order to cache it early on 2024-06-03 21:01:21 +01:00
0541a70714 fix: new nix cache due to a network issue on my end 2024-06-03 20:52:22 +01:00
15720a1f13 doc: better documentation 2024-06-03 18:23:54 +01:00
86bb566e5e ci: typo in the name of teh Cargo files 2024-06-03 05:09:24 +01:00
c90186295c ci: the cache was not doing much, only delaying stuff..... 2024-06-03 05:07:53 +01:00
acb6432129 fix: better info on the servers 2024-06-03 05:01:53 +01:00
55b2e534d4 fmt: clippy and fmt 2024-06-03 04:06:47 +01:00
9481358068 feat: added a delete server command 2024-06-03 03:56:45 +01:00
33cebe7782 fix: slight improvement for g_id 2024-06-03 03:49:35 +01:00
c2a6407ef0 feat: add a command to list minecraft servers 2024-06-03 03:04:12 +01:00
2970549eb0 fix: rename add command 2024-06-03 02:21:21 +01:00
d549627714 fmt: reorganisation 2024-06-03 02:16:28 +01:00
87e836619f fix: re-order commands 2024-06-03 02:06:35 +01:00
0f774258a1 feat: added support for multiple minecraft servers per discord server
Closes #9
2024-06-03 02:04:26 +01:00