diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 20:45:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 20:45:54 -0400 |
commit | 535c0544086acc5af3d2806a203d6a9d6f8b94f9 (patch) | |
tree | 1238d38c5dd67ba0973887e9936a22b59b8db7fc /src/commands/info/userInfo.ts | |
parent | 464425b731754c8b2024c3ac2c004758ee7ddb6d (diff) | |
download | tanzanite-535c0544086acc5af3d2806a203d6a9d6f8b94f9.tar.gz tanzanite-535c0544086acc5af3d2806a203d6a9d6f8b94f9.tar.bz2 tanzanite-535c0544086acc5af3d2806a203d6a9d6f8b94f9.zip |
globalUser, new embeded activies, per server avatars
Diffstat (limited to 'src/commands/info/userInfo.ts')
-rw-r--r-- | src/commands/info/userInfo.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/info/userInfo.ts b/src/commands/info/userInfo.ts index b01c268..b55bbcf 100644 --- a/src/commands/info/userInfo.ts +++ b/src/commands/info/userInfo.ts @@ -4,12 +4,12 @@ import { MessageEmbed, Snowflake } from 'discord.js'; // TODO: Add bot information export default class UserInfoCommand extends BushCommand { public constructor() { - super('userinfo', { - aliases: ['userinfo', 'user', 'u'], + super('userInfo', { + aliases: ['user-info', 'user', 'u'], category: 'info', description: { - usage: 'userinfo [user]', - examples: ['userinfo 322862723090219008'], + usage: 'user-info [user]', + examples: ['user-info 322862723090219008'], content: 'Gives information about a specified user.' }, args: [ |