forked from Supositware/Haha-Yes
Send the uncensorred text in channel
This commit is contained in:
parent
924056c587
commit
dc2c09f0ce
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class tweetCommand extends Command {
|
|||
|
||||
// Send the final text
|
||||
|
||||
channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${text}\nhttps://twitter.com/HahaYesDB/status/${tweetid}`);
|
||||
channel.send(`AUTHOR: ${message.author.username} (${message.author.id}) Sent: ${args.text}\nhttps://twitter.com/HahaYesDB/status/${tweetid}`);
|
||||
|
||||
return message.channel.send(`Go see ur epic tweet https://twitter.com/HahaYesDB/status/${tweetid}`);
|
||||
} catch(err) {
|
||||
|
|
Loading…
Reference in a new issue