remove unused code (this is why version history exists)

This commit is contained in:
tommy 2024-01-25 23:22:18 -05:00
parent 3d9c955718
commit 1dfa0aff0a
No known key found for this signature in database
GPG Key ID: AE11C39A941CAE59

View File

@ -13,11 +13,6 @@ discordia.extensions()
client:on('ready',function() client:on('ready',function()
commands:INIT() commands:INIT()
-- for guild in client.guilds:iter() do
-- for _,command in next,_G.slashCommands do
-- client:createGuildApplicationCommand(guild.id,command)
-- end
-- end
local f=io.open('restart.txt','r+'):read() local f=io.open('restart.txt','r+'):read()
local t=tostring(f):split(',') local t=tostring(f):split(',')
if #t==3 then if #t==3 then