Convert spaces to tabs
This commit is contained in:
parent
4576eec78a
commit
db04c07c60
17 changed files with 327 additions and 327 deletions
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'e',
|
name: 'e',
|
||||||
description: 'Returns emoji url',
|
description: 'Returns emoji url',
|
||||||
execute({message, args}) {
|
execute({ message, args }) {
|
||||||
let emoji = args.join(` `);
|
let emoji = args.join(` `);
|
||||||
|
|
||||||
if (!emoji) {
|
if (!emoji) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue