Convert spaces to tabs

This commit is contained in:
SileNce5k 2021-04-21 18:36:52 +02:00
parent 4576eec78a
commit db04c07c60
No known key found for this signature in database
GPG key ID: C507260E7F2583AD
17 changed files with 327 additions and 327 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
name: 'e',
description: 'Returns emoji url',
execute({message, args}) {
execute({ message, args }) {
let emoji = args.join(` `);
if (!emoji) {