aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/userInfo.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-30 20:45:54 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-30 20:45:54 -0400
commit535c0544086acc5af3d2806a203d6a9d6f8b94f9 (patch)
tree1238d38c5dd67ba0973887e9936a22b59b8db7fc /src/commands/info/userInfo.ts
parent464425b731754c8b2024c3ac2c004758ee7ddb6d (diff)
downloadtanzanite-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.ts8
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: [