You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,18 +97,18 @@ abstract class ChatCommandDelegate extends Script {
87
97
}
88
98
89
99
voidrequireUser() {
90
-
assertmessage.fetchUser()
100
+
assert fetchUser()
91
101
}
92
102
93
103
voidrequireRole(Stringrole) {
94
-
User user =message.fetchUser()
104
+
User user = fetchUser()
95
105
if (!user) {
96
106
message.reply('You are not registered with Duga. Please go to http://stats.zomis.net/GithubHookSEChatService/registration/index for registration instructions')
0 commit comments