Small bugfixes

This commit is contained in:
Nathan Schneider
2022-08-17 15:39:11 -06:00
parent 0c13e6b084
commit df20cc835b
2 changed files with 8 additions and 8 deletions

View File

@ -2,10 +2,10 @@
-- @module consent
local consent = {
name = "Consent process",
slug = "consent",
desc = "A utility module other modules use for consent decisions",
hide = true
name = "Consent process",
slug = "consent",
desc = "A utility module other modules use for consent decisions",
hide = true
}
consent.data = {
@ -14,7 +14,7 @@ consent.data = {
consent.config = {
prompt = "Do you consent?",
votes_required = false
votes_required = false
}
--- Initiate consent