mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -33,7 +33,6 @@ module.exports = class PeriodicTableCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'element',
|
||||
prompt: 'What element do you want to find? You can enter the name, symbol, or atomic number.',
|
||||
type: 'string',
|
||||
validate: element => {
|
||||
const num = Number.parseInt(element, 10);
|
||||
|
||||
Reference in New Issue
Block a user