Fix duplication WS Twitch + types
This commit is contained in:
		| @@ -175,7 +175,7 @@ export default { | ||||
| 							.setColor(interaction.guild?.members.me?.displayColor || '#ffc370') | ||||
| 							.setTimestamp() | ||||
| 							.setFields(fields) | ||||
| 						return await interaction.channel?.send({ embeds: [embed] }) | ||||
| 						return await interaction.followUp({ embeds: [embed] }) | ||||
| 					}) | ||||
| 				} | ||||
| 				else if (result.status === 'fail') return await interaction.followUp(failMsg(result.data as unknown as FailMsgData)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user