forked from Supositware/Haha-Yes
Tweet is not feedback
This commit is contained in:
parent
fb4db75f09
commit
65eb5b997f
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ const Blacklists = db.Blacklists;
|
|||
export default {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('tweet')
|
||||
.setDescription('Send tweet from Haha yes twitter account. Please do not use it for advertisement and keep it english')
|
||||
.setDescription('Send tweet from the bot twitter account. Please do not use it for advertisement and keep it english')
|
||||
.addStringOption(option =>
|
||||
option.setName('content')
|
||||
.setDescription('The content of the tweet you want to send me.')
|
||||
.setDescription('!THIS IS NOT FEEDBACK! The content of the tweet you want to send me.')
|
||||
.setRequired(false))
|
||||
.addAttachmentOption(option =>
|
||||
option.setName('image')
|
||||
|
|
Loading…
Reference in a new issue