remove unused code (this is why version history exists)
This commit is contained in:
parent
3d9c955718
commit
1dfa0aff0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user