From 902ef6d876f75d96ceb0dd70376574a17a9b8788 Mon Sep 17 00:00:00 2001 From: Ryonez Coruscare Date: Tue, 28 May 2019 13:08:20 +1200 Subject: [PATCH] Added perm check to star --- star/star.py | 1 + 1 file changed, 1 insertion(+) diff --git a/star/star.py b/star/star.py index 05aa0b2..4d1725e 100644 --- a/star/star.py +++ b/star/star.py @@ -82,6 +82,7 @@ class Star: dataIO.save_json("data/star/settings.json", self.settings) @commands.command(pass_context=True) + @checks.admin_or_permissions(manage_messages=True) async def star(self, ctx, msg_id): """Manually add message to the starboard follows same restrictions does not have a threshold"""