Przeglądaj źródła

aaaaaaahhhhhhhh

Kylie Jo Swistak 4 lat temu
rodzic
commit
3a63978f65
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/app_forms/app_form.rb

+ 1 - 1
app/app_forms/app_form.rb

@@ -52,7 +52,7 @@ class ApplicationForm
     stars = event.message.reacted_with(Emoji::STAR)
     stars.each do |star|
       member = event.server.member(star.id)
-      return true if Util::roles.admin?(member)
+      return true if Util::Roles.admin?(member)
     end
     return false
   end