mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -19,7 +19,6 @@ module.exports = class AvatarCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
prompt: 'Which user would you like to get the avatar of?',
|
||||
type: 'user',
|
||||
default: msg => msg.author
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@ module.exports = class EmojiImageCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'emoji',
|
||||
prompt: 'Which emoji would you like to get the image of?',
|
||||
type: 'custom-emoji|default-emoji'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class FirstMessageCommand extends Command {
|
||||
args: [
|
||||
{
|
||||
key: 'channel',
|
||||
prompt: 'Which channel would you like to get the first message of?',
|
||||
type: 'channel',
|
||||
default: msg => msg.channel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user