Cleaned up unessesary garbage

pull/3/head
Astoria Floyd 3 years ago
parent 4ea3e9b419
commit fa7ef45d9f

@ -1,4 +1,3 @@
---@diagnostic disable: undefined-global
local tools = {}
--initializes or re-initializes the seed of RNG, based on Unix Time.
function tools.seed()

@ -39,7 +39,6 @@ client:on('messageCreate', function(message)
end
end)
---@diagnostic disable-next-line: lowercase-global
function reinitialize(message)
local user = message.guild:getMember(message.author.id)
if Tools.messageDectection(message, "reinitialize") == true then

Loading…
Cancel
Save