|
ee0c8f0987
|
feat; can now handle bedrock in the command
For #26
|
2024-11-30 00:44:36 +00:00 |
|
|
b55650b221
|
db: add another col to store the bedrock id
For #26
|
2024-11-29 23:13:28 +00:00 |
|
|
4691869ae9
|
doc: split out the documentation
|
2024-11-29 22:16:31 +00:00 |
|
|
68d7b53905
|
dbg: excessive logging - moar
|
2024-11-25 18:07:20 +00:00 |
|
|
bf55dfe31e
|
dbg: excessive logging
|
2024-11-25 17:45:04 +00:00 |
|
|
ad94b197ae
|
fix: pretty solid chance that this was due to using teh wrong base url
|
2024-11-24 00:14:42 +00:00 |
|
|
1f3c33458e
|
dbg: excessive logging
|
2024-11-23 23:50:25 +00:00 |
|
|
bab6e4fdec
|
ci: use the nix compatable version
|
2024-11-23 22:27:20 +00:00 |
|
|
f00db7ef5d
|
ci: update teh actions to take into account git-lfs
|
2024-11-23 22:24:29 +00:00 |
|
|
37ea38f516
|
feat: backport changes from the #17-automate-onboarding-mk-ii branch
|
2024-11-23 22:17:57 +00:00 |
|
|
ca55a78447
|
feat: switched over to using a library to interact with teh wolves API
|
2024-11-23 21:53:30 +00:00 |
|
|
93359698f0
|
doc: feedback
|
2024-11-23 00:26:00 +00:00 |
|
|
dda05d7ca1
|
doc: resized images using html tags
|
2024-11-23 00:25:56 +00:00 |
|
|
5dee9acbaa
|
doc: added images to suer signup
|
2024-11-23 00:25:51 +00:00 |
|
|
96a61e6fc8
|
git: finally added a gitattributes
|
2024-11-23 00:24:48 +00:00 |
|
|
94292fa388
|
fix: style was causing issues
|
2024-11-18 16:09:43 +00:00 |
|
|
77a7b7b81d
|
fix: slight change in env var used to get teh base URL
|
2024-11-09 16:53:26 +00:00 |
|
|
2f75dc41c8
|
feat: will properly re-order the channels created
Also focuses on anything in teh right category
|
2024-11-09 16:47:48 +00:00 |
|
|
c98baa9d72
|
feat: will now create a channel for any new club/soc
|
2024-11-09 16:23:03 +00:00 |
|
|
e4a8cce725
|
feat: new env var for teh specific channel that the general chat stuff will be under
|
2024-11-09 16:17:43 +00:00 |
|
|
5b22f699d6
|
fix: getting teh server config needs to happen after checking for committee
|
2024-11-09 14:59:05 +00:00 |
|
|
6739c7e068
|
feat: now use env vars to get teh server and roles for committee
|
2024-11-09 14:55:26 +00:00 |
|
|
d673dce6fa
|
fix: handle the just in case the user alrady exists as a different person
|
2024-11-09 12:53:53 +00:00 |
|
|
015f23b922
|
feat: no longer using teh "hardcoded" api key
|
2024-11-09 12:51:41 +00:00 |
|
|
7a6421469c
|
feat: now able to get the memebr_id from just email
|
2024-11-09 02:23:46 +00:00 |
|
|
733827c3e6
|
feat: added support for teh new api key
|
2024-11-09 01:17:43 +00:00 |
|
|
2daa010d25
|
doc: updated committee instructions
|
2024-11-04 12:43:09 +00:00 |
|
|
da4d006bc0
|
doc: update user docs
|
2024-10-29 14:00:43 +00:00 |
|
|
344d6d3585
|
fmt: formatting and clippy
|
2024-10-28 21:53:04 +00:00 |
|
|
b7161e2614
|
todo: added note
|
2024-10-28 21:51:14 +00:00 |
|
|
32249364ff
|
feat: new committee member joins the committee server they automagically get roles
|
2024-10-28 21:40:48 +00:00 |
|
|
f1138a3c81
|
fix: moved the methods that changes role into their own module folder
|
2024-10-28 21:34:21 +00:00 |
|
|
61e76db8dd
|
feat: this should be able to update teh roles of commettee members on teh discord server
|
2024-10-28 21:17:44 +00:00 |
|
|
3e6dc9d560
|
feat: actually get the data for teh committees and pop it in the database
|
2024-10-28 14:20:36 +00:00 |
|
|
aff6299ac7
|
feat: added the committee request from wolves
|
2024-10-28 12:49:35 +00:00 |
|
|
bd80bda22f
|
feat: added rough code to get an individuals member_id
|
2024-10-28 02:06:24 +00:00 |
|
|
fe5aa5b252
|
prep: rough format for requesting data for an indivual and committee
|
2024-10-28 01:34:23 +00:00 |
|
|
273c58d035
|
fmt: re-organise the regular data request
|
2024-10-28 01:31:36 +00:00 |
|
|
3927734083
|
feat: split out minecraft
|
2024-10-28 01:06:21 +00:00 |
|
|
41407ecefb
|
feat: split out all the databse interactions into their own file
|
2024-10-28 00:59:04 +00:00 |
|
|
79f880daea
|
feat: splitting up lib.rs into subfiles, starting with anythign taht interacts with teh api
|
2024-10-28 00:51:39 +00:00 |
|
|
ceade9b972
|
sql: slight reordering of the migrations
|
2024-10-28 00:03:52 +00:00 |
|
|
b2d8238c17
|
Merge branch 'main' into #17-automate-onboarding-mk-ii
# Conflicts:
# .gitignore
# src/commands/committee.rs
|
2024-10-27 23:56:48 +00:00 |
|
|
a7e8f5698e
|
git: expand out the .gitignore
|
2024-10-27 23:21:30 +00:00 |
|
|
80c9191eee
|
fmt: more clippy that got missed
|
2024-09-30 00:19:58 +01:00 |
|
|
1c3ccbecf5
|
fmt: not sure how this one slipped by
|
2024-09-30 00:12:48 +01:00 |
|
|
d1af8a7c1f
|
Merge pull request '#22_Role-Joiner' (#24) from #22_Role-Joiner into main
Reviewed-on: Skynet/discord-bot#24
|
2024-09-29 23:10:21 +00:00 |
|
|
0d9ce2de7f
|
fmt: fmt and clippy
|
2024-09-30 00:09:29 +01:00 |
|
|
5e7964ae26
|
feat: some cleanup in messages and added some handrails so folks wont add stupid combos
|
2024-09-30 00:03:03 +01:00 |
|
|
32292a3c0b
|
feat: tested out command and gt rid of the last few kinks
|
2024-09-29 23:47:33 +01:00 |
|