diff options
| author | 2018-10-13 01:16:18 +0100 | |
|---|---|---|
| committer | 2018-10-13 01:16:18 +0100 | |
| commit | 912c693fcd758fb29a62d125dea34110892f6caa (patch) | |
| tree | c2dd33c45f0927796f00815efb7d59a343f4b35c | |
| parent | 'redude' -> 'reduce' (my redudes), `import random` because i forgot to, don't (diff) | |
| signature | ||
!lotterybuy should require authentication because it uses coins
| -rw-r--r-- | modules/coins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/coins.py b/modules/coins.py index ccbc193a..904947f8 100644 --- a/modules/coins.py +++ b/modules/coins.py @@ -441,7 +441,7 @@ class Module(ModuleManager.BaseModule): str(coins)) event["timer"].redo() - @utils.hook("received.command.lotterybuy") + @utils.hook("received.command.lotterybuy", authenticated=True) def lottery_buy(self, event): """ :help: By ticket(s) for the lottery |
