Avatar fix
This commit is contained in:
parent
84489d22ef
commit
c4c78a96a7
2 changed files with 2 additions and 1 deletions
|
|
@ -66,6 +66,6 @@ public class AvatarCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String usage() {
|
public String usage() {
|
||||||
return "[@User]/[ID]";
|
return "user/id";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ region = <region>
|
||||||
guildid = <Guild-ID>
|
guildid = <Guild-ID>
|
||||||
content = <Message-content>
|
content = <Message-content>
|
||||||
song = <Song>
|
song = <Song>
|
||||||
|
user/id= [@User]/[ID]
|
||||||
|
|
||||||
error = Error
|
error = Error
|
||||||
none = None
|
none = None
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue