Sleep and Wake Up Commands

This commit is contained in:
Daniel Odendahl Jr
2018-09-02 12:40:12 +00:00
parent c8d50b6258
commit 369a592e38
5 changed files with 62 additions and 3 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ module.exports = class EvolveCommand extends RoleplayCommand {
{
key: 'user',
prompt: 'What user do you want to roleplay with?',
type: 'user'
type: 'user',
default: msg => msg.author
}
]
});