2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

chore: remove test command

This commit is contained in:
sammyette 2024-07-19 10:55:45 -04:00
parent ab4cb0fb54
commit 287334db74
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -47,10 +47,3 @@ end)
bait.catch('hilbish.notification', function(notif) bait.catch('hilbish.notification', function(notif)
doNotifyPrompt() doNotifyPrompt()
end) end)
local commander = require 'commander'
commander.register('loop', function()
while true do
-- nothing
end
end)