remove warnings in vsc
This commit is contained in:
parent
48067e6862
commit
3e2cf95a20
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"robloxLsp.diagnostics.globals": [
|
"robloxLsp.diagnostics.globals": [
|
||||||
"goto",
|
"goto",
|
||||||
"nd"
|
"nd",
|
||||||
|
"io"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
local discordia=require('discordia')
|
local discordia=require('discordia')
|
||||||
local commands=require('./../commands.lua')
|
local commands=require('./../commands.lua')
|
||||||
discordia.extensions()
|
discordia.extensions()
|
||||||
function wait(n)c=os.clock t=c()while c()-t < n do end;end
|
function wait(n)local c=os.clock local t=c()while c()-t < n do end;end
|
||||||
commands:Add('restart',{},"restart bot [dev]", function(t)
|
commands:Add('restart',{},"restart bot [dev]", function(t)
|
||||||
if t.message.author==t.t[1].owner then
|
if t.message.author==t.t[1].owner then
|
||||||
t.message:addReaction('👍')
|
t.message:addReaction('👍')
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
local http = require('coro-http')
|
local http = require('coro-http')
|
||||||
local json = require('json')
|
local json = require('json')
|
||||||
function wait(n)c=os.clock t=c()while c()-t<=n do end;end
|
function wait(n)local c=os.clock local t=c()while c()-t<=n do end;end
|
||||||
--[[
|
--[[
|
||||||
1: method
|
1: method
|
||||||
2: url
|
2: url
|
||||||
|
Loading…
Reference in New Issue
Block a user