marcelropos / HM-DiscordBot

A Discordbot by and for first semester students of HM.
8 stars 5 forks source link

Implement redis functions + general code improvements (closes #137) #187

Closed schitcrafter closed 10 months ago

schitcrafter commented 10 months ago

Can't complete this right now as I don't know what hash function should be used, and under what key the main log discord channel should be stored

maxwai commented 10 months ago

We don't actually care what hash is used, it is not a security question but just so that email addresses are not stored. Also for the key, you can choose what key to use, just add it in the docker-compose so it can be tracked.

schitcrafter commented 10 months ago

Does the key need to be changeable by an env variable, or can I hardcode it?

maxwai commented 10 months ago

Does the key need to be changeable by an env variable, or can I hardcode it?

Yes you can hardcode the key.