add spaces
This commit is contained in:
parent
f73710bcdf
commit
ab68f5bf1a
1 changed files with 3 additions and 3 deletions
|
@ -81,8 +81,8 @@ class tweetCommand extends Command {
|
||||||
.setDescription(args.text)
|
.setDescription(args.text)
|
||||||
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`, true)
|
.addField('Link', `https://twitter.com/HahaYesDB/status/${tweetid}`, true)
|
||||||
.addField('Tweet ID', tweetid, true)
|
.addField('Tweet ID', tweetid, true)
|
||||||
.addField('Author', `${message.author.username}(${message.author.id})`, true)
|
.addField('Author', `${message.author.username} (${message.author.id})`, true)
|
||||||
.addField('Guild', `${message.guild.name}(${message.guild.id})`, true)
|
.addField('Guild', `${message.guild.name} (${message.guild.id})`, true)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
|
|
||||||
channel = this.client.channels.get(twiChannel);
|
channel = this.client.channels.get(twiChannel);
|
||||||
|
|
Loading…
Reference in a new issue