Remove the deprecated check command.

This commit is contained in:
yrriban 2025-06-09 22:57:58 -04:00
parent 4d8c19db8f
commit b62e9ebbf9

View file

@ -27,7 +27,6 @@ setup(
'put = dcc.put:Put', 'put = dcc.put:Put',
'pb = dcc.pb:PB', 'pb = dcc.pb:PB',
'ss = dcc.ss:SS', 'ss = dcc.ss:SS',
'check = dcc.check:Check',
'extract = dcc.extract:Extract', 'extract = dcc.extract:Extract',
'fetch = dcc.fetch:Fetch', 'fetch = dcc.fetch:Fetch',
'text = dcc.text:Text', 'text = dcc.text:Text',