From 1dfa0aff0afa59e80881ae43780196896243b26d Mon Sep 17 00:00:00 2001 From: tommy Date: Thu, 25 Jan 2024 23:22:18 -0500 Subject: [PATCH] remove unused code (this is why version history exists) --- src/main.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.lua b/src/main.lua index 14825c3..ba2209d 100644 --- a/src/main.lua +++ b/src/main.lua @@ -13,11 +13,6 @@ discordia.extensions() client:on('ready',function() 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 t=tostring(f):split(',') if #t==3 then