Skip to content

Commit

Permalink
This will definitely break in 2058 (TODO)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasternBloxxer committed Oct 24, 2024
1 parent 1125e9e commit ca08341
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MainModule/Server/Plugins/Astra/Modules/Moderation/Call.luau
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ return function(Vargs)
["embeds"] = { EmbedData }
}


Core.CrossServer(
"ModcallNotif",
plr.Name,
Expand Down Expand Up @@ -239,6 +238,8 @@ return function(Vargs)
task.wait(PluginSettings.CallCooldown)

cooldowndata[plr.UserId] = nil
end)
end)-- Now that i think about it this is a dumb way to do it
-- Next release i will make it save the time and check the time whenever the next call is made.
-- Possibly will be stored in PlayerData and the webserver so it saves in every server
end
end;

0 comments on commit ca08341

Please sign in to comment.