Commit graph

248 commits

Author SHA1 Message Date
7f7e7ac598
fix: output looks strange when teh committee value is 0 2025-03-14 04:59:31 +00:00
a907243986
fix: further improvements to teh count command 2025-03-14 04:44:32 +00:00
b44518c467
feat: improved the count command 2025-03-14 04:03:20 +00:00
421d425f5d
feat: lock down to using the specific rust version 2025-03-10 20:17:55 +00:00
76cddde36d
doc: updated images for documentation 2025-03-06 22:54:57 +00:00
f307fcea43
feat: made the minecraft command fall under Wolves 2025-03-06 21:42:27 +00:00
df032f2d7b
feat: updated the core committee commands 2025-03-06 21:35:17 +00:00
0e6a5d3455
fmt: re-organised it o better reflect what teh commands in teh file are for 2025-03-06 20:43:36 +00:00
052f6aecb2
doc: updated the docs for the suer sub-commands 2025-03-06 20:32:39 +00:00
aa58c97fcf
feat: made the other user wolves commands sub_commands 2025-03-06 20:32:26 +00:00
3a39084f40
feat: unlink is now a subcommand of wolves 2025-03-06 19:21:17 +00:00
058f8a7a7d
fmt: feedback from clippy 2025-02-28 10:58:44 +00:00
b43f760fb1
fmt: feedback from clippy 2025-02-28 00:05:57 +00:00
a11ba15f4a
fix: limit the count committee to committee members and above 2025-02-27 23:58:35 +00:00
7d7afcd00c
feat: new command to count the server info, available on the computer soc server 2025-02-27 23:56:48 +00:00
934842cbc9
feat: will now properly re-order channels whenever a new club/soc is added 2025-02-27 22:37:40 +00:00
143483d3b3
feat: new command to see how many of each club/soc are on teh server 2025-02-27 03:02:35 +00:00
0bedf96da5
fix: properly update teh channel name 2025-02-27 01:24:44 +00:00
555e38ee26
feat: now store the roles and channel ids in teh database 2025-02-27 01:19:40 +00:00
6a5f651ba2
doc: update to reflect that ye no longer need admin to setup and modify the config 2025-02-26 17:06:58 +00:00
f046410cdc
fix: feedback on teh email users get sent when verifying their discord accounts 2025-02-26 17:02:47 +00:00
44bb40d96d
fix: removing some deadweight 2025-02-26 16:20:28 +00:00
7406f0e620
feat: change commands to use the "Manage Server" permission instead of just admin.
This measn that the commands only show up if you can manage teh server
2025-02-26 15:55:42 +00:00
09ce45f70f
feat: improved the email 2025-02-26 14:44:42 +00:00
b67894fc6e
fixL had bad query 2025-02-25 17:34:33 +00:00
6481fcb89f
feat: updated teh bot to use the new wolves_id for clubs/socs 2025-02-24 17:07:26 +00:00
9ce5b8136b
fix: bump to use the new fieldname for teh API get_members 2025-02-24 16:44:22 +00:00
348020ecfe
feat: will check if a person needs a committee role on teh committee server 2025-02-19 22:36:39 +00:00
8645a9b3ce
fix: clippy and fmt 2025-02-19 12:38:40 +00:00
0eba54b6f2
feat: split up the committee refresh from teh regular user refresh 2025-02-19 12:29:53 +00:00
25fcc04287 Merge pull request '#17-automate-onboarding-mk-ii' (#30) from #17-automate-onboarding-mk-ii into main
Reviewed-on: Skynet/discord-bot#30
2025-02-19 10:30:54 +00:00
c79944bd6e
fix: actually enabled the option to get a persons ID if they arent on one of teh servers with teh bot enabled 2025-02-19 01:18:28 +00:00
262eb0c991
fix: ensure that all committee members get teh right role 2025-02-19 00:51:40 +00:00
30287466cb
fix: cannot have an ID of 0 for any role, channel or server 2025-02-19 00:42:26 +00:00
86f71f0fa4
feat: updated more dependencies 2025-02-19 00:30:15 +00:00
6b84f33d2e
feat: bumped serenity to the latest version
Lots of changes to how it runs
2025-02-19 00:17:02 +00:00
a8c1cc9cf1
fix: slight duplicate removal 2025-02-18 22:46:58 +00:00
8c81fb864a
fix: slight duplicate removal 2025-02-18 22:44:32 +00:00
b6cffd8a22
fix: trimmed down teh duplicates 2025-02-18 21:41:28 +00:00
1aef86ad01
feat: now properly sets and removes roles for committee members 2025-02-18 21:14:05 +00:00
4eeb7f2135
fix: grab the committee name since we can use that to match up against teh suers 2025-02-18 14:00:21 +00:00
cab04a068f
feat: fixed up the changes 2025-02-18 13:36:08 +00:00
c79113921d
Merge branch 'main' into #17-automate-onboarding-mk-ii
# Conflicts:
#	Cargo.lock
#	src/commands/link_email.rs
#	src/lib.rs
2025-02-17 17:30:25 +00:00
5fcc24a867
feat: run teh data update every 10 min 2025-01-26 20:06:46 +00:00
0a4f5281a5
fix: typo, always took users as being java 2025-01-03 21:01:27 +00:00
a9d3af024e
feat: added some minor logging 2025-01-03 19:58:00 +00:00
b7d36de976
fix: argument names and some logic 2024-11-30 13:49:30 +00:00
68ffa55dc5
fix: improve wording 2024-11-30 01:21:40 +00:00
9b3c71e321
fix: had not intednded to leave the test config inthe cargo.toml 2024-11-30 01:05:19 +00:00
0478f634fa
feat; modified the command that interacts with teh server to accomodate bedrock players
For #26
2024-11-30 00:55:23 +00:00