Add moreHelp on emoji command
This commit is contained in:
parent
106afe52ed
commit
ed912311e0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'e',
|
name: 'e',
|
||||||
description: 'Returns emoji url',
|
description: 'Returns emoji url',
|
||||||
|
moreHelp: ["Works with both animated and static emojis"],
|
||||||
execute({ message, args }) {
|
execute({ message, args }) {
|
||||||
let emoji = args.join(` `);
|
let emoji = args.join(` `);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue